aspclassic-core/aspclassic.webapp/wwwroot/css/site.css
Jelle Luteijn 484dbfc9d9 progress
2022-05-15 11:19:49 +02:00

18 lines
No EOL
177 B
CSS

html {
font-size: 14px;
}
@media (min-width: 768px) {
html {
font-size: 16px;
}
}
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 60px;
}