obscreen/data/www/scss/layout/_footer.scss
2024-06-21 13:56:19 +02:00

13 lines
181 B
SCSS

footer {
align-self: stretch;
justify-content: center;
align-items: center;
flex-direction: column;
display: flex;
padding: 20px;
}
footer .version {
opacity: 0.3;
}