1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-17 16:55:31 -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

@@ -72,10 +72,6 @@ $colors-home: (
light: #fea500,
dark: #ffbb3c,
),
java: (
light: #ab6311,
dark: #e86a2c,
),
infosec: (
light: #00b81a,
dark: #57f06d,

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;
}
}
}