Set items to fixed width for wider screens

Not sure why I did this, maybe to get nicer column alignment?
This commit is contained in:
Peter J. Holzer 2019-12-18 11:39:49 +01:00
parent 3ccf06ad48
commit 961e56a922
1 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,12 @@
max-width: 40em;
}
@media screen and (min-width: 45em) {
.item {
width: 40em;
}
}
// .item:after {
// display: block;
// clear: both;