Skip to content

Commit 25f11d7

Browse files
Max width 186 (#214)
2 parents 2808a7e + c4b055c commit 25f11d7

File tree

1 file changed

+34
-12
lines changed
  • apps/web/frontend/src/components/LandingPage/Components/Footer

1 file changed

+34
-12
lines changed

apps/web/frontend/src/components/LandingPage/Components/Footer/Footer.css

Lines changed: 34 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -159,19 +159,41 @@ div.social {
159159
}
160160

161161
@media screen and (max-width: 480px) {
162-
input,button {
163-
width: auto;
164-
}
162+
input,button {
163+
width: auto;
164+
}
165165

166-
input {
167-
margin-right: .5em;
168-
}
166+
input {
167+
margin-right: .5em;
168+
}
169169

170-
div.social {
171-
width: 15rem;
172-
}
170+
div.social {
171+
width: 15rem;
172+
}
173173

174-
.copyright {
175-
padding: .3em 0;
176-
}
174+
.copyright {
175+
padding: .3em 0;
176+
}
177+
}
178+
@media screen and (max-width: 380px) {
179+
input,button {
180+
width: auto;
181+
}
182+
183+
input {
184+
margin-right: .15em;
185+
}
186+
187+
div.social {
188+
width: 16rem;
189+
}
190+
191+
.copyright {
192+
font-size: 14px;
193+
padding: .3em 0;
194+
}
195+
.footer-menu a {
196+
font-size: 13px;
197+
padding:5px;
177198
}
199+
}

0 commit comments

Comments
 (0)