File tree Expand file tree Collapse file tree 1 file changed +34
-12
lines changed
apps/web/frontend/src/components/LandingPage/Components/Footer Expand file tree Collapse file tree 1 file changed +34
-12
lines changed Original file line number Diff line number Diff line change @@ -159,19 +159,41 @@ div.social {
159
159
}
160
160
161
161
@media screen and (max-width : 480px ) {
162
- input , button {
163
- width : auto;
164
- }
162
+ input , button {
163
+ width : auto;
164
+ }
165
165
166
- input {
167
- margin-right : .5em ;
168
- }
166
+ input {
167
+ margin-right : .5em ;
168
+ }
169
169
170
- div .social {
171
- width : 15rem ;
172
- }
170
+ div .social {
171
+ width : 15rem ;
172
+ }
173
173
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 ;
177
198
}
199
+ }
You can’t perform that action at this time.
0 commit comments