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

25 lines
276 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;
}
#route-list {
margin: 20px 0 0;
padding: 0;
list-style-type: none;
}