From 1cdd6a3fd02d2ba94b6b271bdefffbbff615d49e Mon Sep 17 00:00:00 2001 From: rzen Date: Thu, 10 Sep 2020 19:34:30 -0400 Subject: [PATCH] clean up styles --- _sass/_isabelline.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/_sass/_isabelline.scss b/_sass/_isabelline.scss index 95ca368..d51af82 100644 --- a/_sass/_isabelline.scss +++ b/_sass/_isabelline.scss @@ -269,7 +269,6 @@ main { } } - nav { width: 100%; text-align: center; @@ -280,7 +279,8 @@ main { width: 1rem; height: 1rem; border-radius: .5rem; - transition: all 300ms ease; + transition: 300ms ease; + will-change: background-color; background-color: hsl($hue,10,80); &.selected { @@ -318,8 +318,6 @@ main { } } } - - } div.gallery + p {