From 898095742c114c5aa7ad8b7f211cd5bf8a51b110 Mon Sep 17 00:00:00 2001 From: Gustavo Cardoso Date: Tue, 4 Feb 2020 11:43:46 -0800 Subject: [PATCH] Remove border from page title on desktop --- src/sass/_animals.scss | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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; } }