fix some remarks

This commit is contained in:
Lorin Werthen 2016-07-18 15:08:41 +02:00
parent a4fb394469
commit 430579f988
2 changed files with 18 additions and 14 deletions

View file

@ -18,10 +18,18 @@
</div> </div>
<nav id="navbar"> <nav id="navbar">
<span class="navlink">About</span> <a href="#">
<span class="navlink">All posts</span> About
<span class="navlink">Contact</span> </a>
<span class="navlink"><a href="/cammie">Cammie</a></span> <a href="#">
All posts
</a>
<a href="#">
Contact
</a>
<a href="/cammie">
Cammie
</a>
</nav> </nav>
</header> </header>
<main> <main>

View file

@ -72,21 +72,17 @@ a, a:hover, a:visited, a:link, a:active {
margin-top: $event-padding * 2; margin-top: $event-padding * 2;
.navlink { a {
padding: 8px; padding: 8px;
transition: 0.2s; transition: 0.2s;
a, a:hover, a:visited, a:link, a:active { &, &:hover, &:visited, &:link, &:active {
text-decoration: none; text-decoration: none;
color: black; color: black;
} }
} &:hover {
background-color: $zeus_orange;
.navlink:hover { transition: 0.2s;
background-color: $zeus_orange;
transition: 0.2s;
a {
color: white; color: white;
} }
} }
@ -167,7 +163,7 @@ a, a:hover, a:visited, a:link, a:active {
} }
#cammie { #cammie {
width: 100%; object-fit: contain;
} }
.fullpage { .fullpage {
min-width: 100%; min-width: 100%;