no more buffer containers on sides of about and home
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user