Skip to content

Commit c6efa36

Browse files
committed
"image issue fix"
1 parent 37b0511 commit c6efa36

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

v2/public/assest/css/index.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ nav li a
218218
padding: 15px;
219219
margin: 15px;
220220
border-radius: 48%;
221-
margin-left: 20%;
221+
margin-left: 22%;
222222
}
223223
nav .container
224224
{
@@ -230,6 +230,13 @@ nav li a
230230
font-size: 18px;
231231
}
232232
}
233+
234+
@media(max-width: 400px){
235+
.row div img
236+
{
237+
margin-left: 15%;
238+
}
239+
}
233240
/*css end for main section*/
234241

235242

0 commit comments

Comments
 (0)