Skip to content

Commit

Permalink
fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
vpchung committed Oct 2, 2023
1 parent 340e17f commit 0f5b6d8
Showing 1 changed file with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
@use 'libs/openchallenges/styles/src/lib/_constants' as constants;

#platforms {
max-width: 1210px;
margin: 0 auto;
padding: 68px 0 88px;

img {
margin: 0 auto;
width: 100%;
padding: 15px 8px 0;
}
}

@media only screen and (max-width: constants.$lg-breakpoint) {
#platforms img {
width: 100%;
}
}

0 comments on commit 0f5b6d8

Please sign in to comment.