cs11dotnet7/vscode/PracticalApps/Northwind.Mvc/wwwroot/css/site.css
2022-03-13 16:17:01 +00:00

23 lines
221 B
CSS

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;
}