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:
parent
3ccf06ad48
commit
961e56a922
|
@ -11,6 +11,12 @@
|
|||
max-width: 40em;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 45em) {
|
||||
.item {
|
||||
width: 40em;
|
||||
}
|
||||
}
|
||||
|
||||
// .item:after {
|
||||
// display: block;
|
||||
// clear: both;
|
||||
|
|
Loading…
Reference in New Issue