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;
|
max-width: 40em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width: 45em) {
|
||||||
|
.item {
|
||||||
|
width: 40em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// .item:after {
|
// .item:after {
|
||||||
// display: block;
|
// display: block;
|
||||||
// clear: both;
|
// clear: both;
|
||||||
|
|
Loading…
Reference in New Issue