AacpsBusAlert/BinaryDad.AacpsBusAlert.Web/wwwroot/css/site.css

18 lines
193 B
CSS
Raw Normal View History

2022-09-15 11:08:53 +00:00
html {
2022-10-05 02:23:14 +00:00
font-size: 14px;
2022-09-15 11:08:53 +00:00
}
@media (min-width: 768px) {
2022-10-05 02:23:14 +00:00
html {
font-size: 16px;
}
2022-09-15 11:08:53 +00:00
}
html {
2022-10-05 02:23:14 +00:00
position: relative;
min-height: 100%;
2022-09-15 11:08:53 +00:00
}
body {
2022-10-05 02:23:14 +00:00
margin-bottom: 60px;
2022-11-28 14:47:06 +00:00
}