forked from em/receptty.org
Oprava velikostí sloupců v gridu
This commit is contained in:
parent
e0935c0406
commit
f8a246a42b
@ -84,7 +84,7 @@ main {
|
|||||||
|
|
||||||
&.list {
|
&.list {
|
||||||
display:grid;
|
display:grid;
|
||||||
grid-template-columns: auto auto auto auto;
|
grid-template-columns: 1fr 1fr 1fr 1fr;
|
||||||
column-gap: .5em;
|
column-gap: .5em;
|
||||||
row-gap: 2em;
|
row-gap: 2em;
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
@ -145,7 +145,7 @@ main {
|
|||||||
h2 { margin-top:0.85em; }
|
h2 { margin-top:0.85em; }
|
||||||
|
|
||||||
section.list {
|
section.list {
|
||||||
grid-template-columns: auto auto;
|
grid-template-columns: 1fr 1fr;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user