no more buffer containers on sides of about and home

This commit is contained in:
chimchooree
2022-07-14 12:13:11 -05:00
parent 67565e9445
commit 97f6fabea0
5 changed files with 62 additions and 32 deletions
+2 -2
View File
@@ -125,7 +125,7 @@ a {
}
.content-grid {
grid-area: 3 / 2 / 4 / 3;
grid-area: 3 / 1 / 4 / 4;
display: grid;
grid-template-columns: 25% 75%;
grid-template-rows: auto;
@@ -145,7 +145,7 @@ a {
background-image: url(../img/prom/BlessFREY_logo.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
background-position: right;
}
.content-right {
grid-area: 1 / 2 / 2 / 3;