Merge pull request #52 from OmarAshraf-Bombo/master
Added Media Query for .key CSS Selector
This commit is contained in:
commit
8b7f2dc355
@ -36,6 +36,7 @@ small {
|
||||
max-width: 100%;
|
||||
position: relative;
|
||||
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.loveMe .fa-heart {
|
||||
|
@ -40,3 +40,9 @@ body {
|
||||
color: #555;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
@media(max-width:768px){
|
||||
.key{
|
||||
margin: 10px 0px;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user