Skip to content

Commit

Permalink
header: set header margin
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Jun 19, 2020
1 parent 684e2ef commit 5e7f3cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@

.ui.login.segment {
padding: 15px 40px 40px 40px;
}
}

.theme.header {
margin-bottom: 20px;
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#}


<header>
<header class="theme header">

{%- block navbar %}
<nav class="ui inverted menu borderless">
Expand Down

0 comments on commit 5e7f3cc

Please sign in to comment.