Skip to content

Commit

Permalink
fix(ui): fix header
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Nov 19, 2020
1 parent 025ce12 commit 208885e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions client/src/css/templates/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ body {
position: relative;
width: calc(100% + 40px);
left: -20px;
top: -20px;
height: 74px;
top: -40px;
height: 94px;
border-bottom: 4px solid $yellow;
padding: 17px 20px 0;
padding: 20px 20px 0;

.btn {
white-space: nowrap;
}
}

h1 {
Expand Down Expand Up @@ -204,4 +208,4 @@ form.khq-form div.khq-submit,
color: #b3b3b3;
background-color: #222;
border-color: #333;
}
}

0 comments on commit 208885e

Please sign in to comment.