Skip to content

Commit

Permalink
Merge pull request bradtraversy#52 from OmarAshraf-Bombo/master
Browse files Browse the repository at this point in the history
Added Media Query for .key CSS Selector
  • Loading branch information
bradtraversy committed Jul 31, 2021
2 parents 5a09308 + 85d49f8 commit 8b7f2dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions double-click-heart/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
6 changes: 6 additions & 0 deletions event-keycodes/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,9 @@ body {
color: #555;
font-size: 14px;
}

@media(max-width:768px){
.key{
margin: 10px 0px;
}
}

0 comments on commit 8b7f2dc

Please sign in to comment.