Improve whitespace a bit
This commit is contained in:
@@ -3,7 +3,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
|
padding: 1rem 2rem;
|
||||||
|
|
||||||
|
@include media-max(small) {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
&#index {
|
&#index {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -61,12 +65,6 @@ main section {
|
|||||||
grid-template-columns: auto 5rem;
|
grid-template-columns: auto 5rem;
|
||||||
grid-template-areas:
|
grid-template-areas:
|
||||||
"title" "actions";
|
"title" "actions";
|
||||||
|
|
||||||
@include media-min(medium) {
|
|
||||||
grid-template-columns: auto 5rem 1.2rem;
|
|
||||||
grid-template-areas:
|
|
||||||
"title" "actions" "padding";
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
|||||||
Reference in New Issue
Block a user