Files
RBMESAPICore/wwwroot/css/site.css
yuyubohh e8494ba988 qqq
2025-09-09 22:41:29 +08:00

18 lines
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;
}