Skip to content

Commit

Permalink
Fixed line #95, modified partners-grid #85
Browse files Browse the repository at this point in the history
  • Loading branch information
Miss Array committed Aug 4, 2018
1 parent 8e3c0c4 commit e0e97c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ header {
width: 100vw;
color: white;
font-size: 1rem;
z-index: 0; /*Set to 0 to prevent vertical line from showming in MS Edge*/
}

#header-background {
Expand Down Expand Up @@ -370,6 +371,7 @@ li ul {
.partners-grid {
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(3, 1fr);
align-items: center; /*Sort of aligns the logos*/
}

.partners-item {
Expand Down

0 comments on commit e0e97c8

Please sign in to comment.