Skip to content

Commit

Permalink
bedre avstand i header
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Anders Robbestad committed Dec 15, 2020
1 parent 6343251 commit 0e0b62b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion frontend/src/komponenter/Header/Header.less
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
}

.header__tekstNormal {
margin: 0 1em 0 0;
.headerTekst();
font-size: 15px;
}
Expand Down Expand Up @@ -74,7 +75,7 @@

.header__brukerinfo {
display: flex;
width: 25em;
width: auto;
justify-content: space-between;
}

Expand Down Expand Up @@ -194,11 +195,14 @@
&.active {
background: rgba(0, 0, 0, 0.1);
}

padding: 10px;

a {
text-decoration: none;
color: #3e3832;
}

&:hover {
background: rgba(0, 0, 0, 0.1);
color: white;
Expand Down

0 comments on commit 0e0b62b

Please sign in to comment.