LANCommander/wwwroot/css/site.css
2023-01-02 15:44:04 -06: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;
}