Added Media Query for .key CSS Selector
Added Media Query for .key CSS Selector ( Margin top and bottom ), So that it won't be sticking to each other in smaller screens.
This commit is contained in:
parent
4dd2f9dd57
commit
578751436e
@ -40,3 +40,9 @@ body {
|
|||||||
color: #555;
|
color: #555;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media(max-width:768px){
|
||||||
|
.key{
|
||||||
|
margin: 10px 0px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user