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.
pull/52/head
Omar Ashraf 3 years ago committed by GitHub
parent 4dd2f9dd57
commit 578751436e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,3 +40,9 @@ body {
color: #555;
font-size: 14px;
}
@media(max-width:768px){
.key{
margin: 10px 0px;
}
}

Loading…
Cancel
Save