www/assets/responsive.css

8 lines
119 B
CSS
Raw Normal View History

2023-01-27 23:05:50 +01:00
@media only screen and (min-width: 60rem) {
body {
max-width:60rem;
margin-left: auto;
margin-right: auto;
}
}