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>
<nav id="navbar">
<span class="navlink">About</span>
<span class="navlink">All posts</span>
<span class="navlink">Contact</span>
<span class="navlink"><a href="/cammie">Cammie</a></span>
<a href="#">
About
</a>
<a href="#">
All posts
</a>
<a href="#">
Contact
</a>
<a href="/cammie">
Cammie
</a>
</nav>
</header>
<main>

View file

@ -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%;