diff --git a/content/index.erb b/content/index.erb index df89be9..e4b836a 100644 --- a/content/index.erb +++ b/content/index.erb @@ -18,10 +18,18 @@
diff --git a/content/stylesheet.scss b/content/stylesheet.scss index 3dd170f..888d2d3 100644 --- a/content/stylesheet.scss +++ b/content/stylesheet.scss @@ -72,21 +72,17 @@ a, a:hover, a:visited, a:link, a:active { margin-top: $event-padding * 2; - .navlink { + a { padding: 8px; transition: 0.2s; - a, a:hover, a:visited, a:link, a:active { + &, &:hover, &:visited, &:link, &:active { text-decoration: none; color: black; } - } - - .navlink:hover { - background-color: $zeus_orange; - transition: 0.2s; - - a { + &:hover { + background-color: $zeus_orange; + transition: 0.2s; color: white; } } @@ -167,7 +163,7 @@ a, a:hover, a:visited, a:link, a:active { } #cammie { - width: 100%; + object-fit: contain; } .fullpage { min-width: 100%;