clean up styles

This commit is contained in:
rzen 2020-09-10 19:34:30 -04:00
parent bb683b871e
commit 1cdd6a3fd0

View File

@ -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 {