snippets are centered

This commit is contained in:
chimchooree
2020-10-09 20:53:17 -05:00
parent 0effb0c13a
commit eb97090fbb
2 changed files with 29 additions and 10 deletions
+7 -4
View File
@@ -179,14 +179,17 @@ ul { list-style-position: inside; }
grid-area: 6 / 2 / 7 / 3;
background-color: #F5D7E3;
display: grid;
grid-template-columns: auto;
grid-template-rows: 15% 35% auto;
grid-template-columns: auto repeat(3, 100px) auto;
grid-template-rows: auto;
grid-column-gap: 0px;
grid-row-gap: 0px;
overflow-y: scroll;
overflow-x: hidden;
padding-top: 25px;
}
.snip1 { grid-area: 1 / 2 / 2 / 3; }
.snip2 { grid-area: 1 / 3 / 2 / 4; }
.snip3 { grid-area: 1 / 4 / 2 / 5; }
.footer-row {
grid-area: 7 / 1 / 8 / 5;
background-color: #A8577E;