cs11dotnet7/vscode/PracticalApps/Northwind.Mvc/wwwroot/css/site.css

23 lines
221 B
CSS
Raw Normal View History

2022-03-13 17:17:01 +01:00
html {
font-size: 14px;
}
@media (min-width: 768px) {
html {
font-size: 16px;
}
}
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 60px;
}
#product-columns {
column-count: 3;
}