1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 18:26:38 -04:00

cleaning up home page

This commit is contained in:
2021-03-30 10:48:11 -04:00
parent 0456fd99bd
commit 325959f30d
3 changed files with 8 additions and 13 deletions

View File

@ -83,7 +83,7 @@ header {
}
&:hover {
transform: scale(1.15);
transform: scale(1.1);
@include colors() {
color: c(links);
@ -167,8 +167,9 @@ header {
display: none;
}
// disable hover scale effect
&:hover {
transform: scale(1.4);
transform: none;
}
}
}