VSERVERWS/wwwroot/css/site.css
Cameron Taylor 6bc14b88c9 Initial Commit.
New site in .NET 6 replacing .net framwk 4.8
2022-07-27 16:02:36 -04: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;
}