Skip to content

Commit 8b7f2dc

Browse files
authored
Merge pull request bradtraversy#52 from OmarAshraf-Bombo/master
Added Media Query for .key CSS Selector
2 parents 5a09308 + 85d49f8 commit 8b7f2dc

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

double-click-heart/style.css

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ small {
3636
max-width: 100%;
3737
position: relative;
3838
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
39+
overflow: hidden;
3940
}
4041

4142
.loveMe .fa-heart {

event-keycodes/style.css

+6
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,9 @@ body {
4040
color: #555;
4141
font-size: 14px;
4242
}
43+
44+
@media(max-width:768px){
45+
.key{
46+
margin: 10px 0px;
47+
}
48+
}

0 commit comments

Comments
 (0)