Global footer component that fixes Liquid

This commit is contained in:
softsimon
2023-05-05 01:38:58 +04:00
parent e3e273a688
commit d40344aa92
9 changed files with 82 additions and 54 deletions

View File

@@ -0,0 +1,23 @@
footer {
text-align: center;
margin-top: auto;
}
.terms-of-service {
margin-top: 1rem;
}
.pref-selectors {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
.selector {
margin-left: .5em;
margin-bottom: .5em;
&:first {
margin-left: 0;
}
}
}