diff --git a/src/sass/_animals.scss b/src/sass/_animals.scss index b6289f9..079832e 100644 --- a/src/sass/_animals.scss +++ b/src/sass/_animals.scss @@ -31,8 +31,7 @@ animation: pulseSlow 10s ease infinite; @media (min-width: $media-desktop) { - font-size: 4em; - margin-top: 0.8em; + font-size: 5em; } } @@ -55,7 +54,6 @@ .thumb-box { display: flex; flex-direction: column; - // align-items: center; justify-content: center; width: 175px; height: 175px; @@ -69,6 +67,12 @@ padding: 1em; margin-bottom: 1rem; + @media (min-width: $media-desktop) { + width: 250px; + height: 250px; + padding: 2em; + } + &.shuffle { -webkit-animation: 0.4s ease 1 forwards shuffle; -moz-animation: 0.4s ease 1 forwards shuffle; @@ -101,7 +105,7 @@ color: #eee; @media (min-width: $media-desktop) { - font-size: 4em; + font-size: 5em; } }