We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b0511 commit c6efa36Copy full SHA for c6efa36
v2/public/assest/css/index.css
@@ -218,7 +218,7 @@ nav li a
218
padding: 15px;
219
margin: 15px;
220
border-radius: 48%;
221
- margin-left: 20%;
+ margin-left: 22%;
222
}
223
nav .container
224
{
@@ -230,6 +230,13 @@ nav li a
230
font-size: 18px;
231
232
233
+
234
+@media(max-width: 400px){
235
+ .row div img
236
+ {
237
+ margin-left: 15%;
238
+ }
239
+}
240
/*css end for main section*/
241
242
0 commit comments