grid push

This commit is contained in:
chimchooree
2022-07-22 18:11:58 -05:00
parent 35c186e8c6
commit 3e50450f4d
11 changed files with 23 additions and 244 deletions
+4 -4
View File
@@ -3,13 +3,13 @@
max-width: MAX(50em, 50%);
display: grid;
grid-template-columns: 2fr 1fr;
grid-template-rows: 40px auto 40px;
grid-template-rows: 1fr auto;
grid-column-gap: 0px;
grid-row-gap: 0px;
margin: auto;
}
.diary-entry {
grid-area: 3 / 1 / 4 / 4;
grid-area: 1 / 1 / 2 / 2;
margin-top: 40px;
margin-bottom: 30px;
word-wrap: break-word;
@@ -95,7 +95,7 @@
}
.sidebar {
grid-area: 3 / 3 / 5 / 4;
grid-area: 1 / 2 / 2 / 3;
display: grid;
grid-template-columns: auto;
grid-template-rows: repeat(4, auto);
@@ -185,7 +185,7 @@
}
.rec-box { grid-area: 2 / 2 / 3 / 3; }
.rec-box { grid-area: 2 / 1 / 3 / 3; }
.snip {
width: 150px;