diff --git a/double-click-heart/style.css b/double-click-heart/style.css index f73df13..c578a1e 100644 --- a/double-click-heart/style.css +++ b/double-click-heart/style.css @@ -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 { diff --git a/event-keycodes/style.css b/event-keycodes/style.css index 954ceb8..e597872 100644 --- a/event-keycodes/style.css +++ b/event-keycodes/style.css @@ -40,3 +40,9 @@ body { color: #555; font-size: 14px; } + +@media(max-width:768px){ + .key{ + margin: 10px 0px; + } +}