Skip to content

Commit ed67ccd

Browse files
authored
Fix mobile responsiveness (#12)
This commit updates 'css/landing.css' to fix a layout overflow on mobile devices.
1 parent c2ee81b commit ed67ccd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/supplemental-ui/css/landing.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ body {
9595
}
9696

9797
.logos {
98-
min-width: 400px;
98+
min-width: 370px;
9999
}
100100

101101
.logos img[alt~="logo"] {
@@ -117,7 +117,7 @@ body {
117117
}
118118

119119
.hero-duo > div {
120-
max-width: unset;
120+
max-width: 390px;
121121
}
122122

123123
.secondary {

0 commit comments

Comments
 (0)