Skip to content

Commit

Permalink
try max-width instead
Browse files Browse the repository at this point in the history
  • Loading branch information
shaypal5 committed Sep 29, 2023
1 parent f118765 commit 03a2159
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _sass/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -394,12 +394,14 @@ footer {
margin-top: 0px;
margin-bottom: 0px;
padding: 30px;
max-width: 10%;
height: auto;
}

.partnercolumns {
@media #{$desktop} {
display: flex;
margin: 0px 20px 0px;
margin: 0px -30px 0px;
align-items: center;
& > div {
flex: 1;
Expand Down

0 comments on commit 03a2159

Please sign in to comment.