mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 19:06:16 +01:00
f14301c395
* feat: improve configuration * fix: fix partials/footer.html error
21 lines
270 B
SCSS
21 lines
270 B
SCSS
footer {
|
|
height: 2rem;
|
|
width: 100%;
|
|
text-align: center;
|
|
line-height: 1.5rem;
|
|
padding-top: 2rem;
|
|
|
|
.footer-container {
|
|
font-size: .875rem;
|
|
|
|
.footer-line {
|
|
width: 100%;
|
|
|
|
.icp-br {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
@include blur;
|
|
}
|