AspNetCore.Docs.Samples/mvc/models/BindTryParseMVC/wwwroot/site.css

19 lines
178 B
CSS
Raw Normal View History

2022-07-15 05:24:37 +08:00
html {
font-size: 14px;
}
@media (min-width: 768px) {
html {
font-size: 16px;
}
}
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 60px;
}