Archived
1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
SOD/public/stylesheets/style.css
2020-09-30 11:00:14 +02:00

25 lines
323 B
CSS

body {
display: flex;
min-height: 100vh;
flex-direction: column;
}
main {
flex: 1 0 auto;
}
nav .brand-logo {
display: flex;
align-items: center;
justify-content: center;
}
.brand-logo img {
height: 64px;
}
@media (max-width: 600px) {
.brand-logo img {
height: 56px;
}
}