[BLOG] Tschichold's canon wasn't met, which is inexcusable
This commit is contained in:
parent
34ff91c8d4
commit
5e9f28e47b
@ -19,11 +19,11 @@ footer {
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 22vw auto auto;
|
grid-template-columns: 11vw auto auto;
|
||||||
grid-template-rows: auto;
|
grid-template-rows: auto;
|
||||||
grid-template-areas:
|
grid-template-areas:
|
||||||
"sidebar . primary"
|
"sidebar primary"
|
||||||
"sidebar . secundary"
|
"sidebar secundary"
|
||||||
"sidebar footer footer";
|
"sidebar footer footer";
|
||||||
column-gap: 1.33rem;
|
column-gap: 1.33rem;
|
||||||
}
|
}
|
||||||
@ -94,7 +94,7 @@ header .menu-list {
|
|||||||
|
|
||||||
.content-wrapper {
|
.content-wrapper {
|
||||||
/* Trust me */
|
/* Trust me */
|
||||||
padding: 2.11rem 22vw 11vw 2.11rem;
|
padding: 2.11rem 22vw 11vw 4rem;
|
||||||
height: max-content;
|
height: max-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user