Skip to content

Commit

Permalink
Tekst malpassert i forhold til knapper (#1233)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornreppen authored Apr 2, 2019
1 parent 7648979 commit 52fa8bd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/TopBar/TopBar.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
color: #36a3b2;
height: 56px;
width: 100%;
padding: 5px;
padding: 0px;
margin: 8px;
}

@media only screen and (max-width: 768px) {
Expand Down Expand Up @@ -47,8 +48,8 @@
}

.input_imitator input {
border-bottom: 2px solid rgba(0, 0, 0, 0.2);
margin-bottom: 10px;
_border-bottom: 2px solid rgba(0, 0, 0, 0.2);
_margin-bottom: 10px;
max-width: 90%;
}

Expand Down

0 comments on commit 52fa8bd

Please sign in to comment.