Skip to content
This repository has been archived by the owner on May 16, 2020. It is now read-only.

Commit

Permalink
Fix padding for toolbar in admin backend
Browse files Browse the repository at this point in the history
  • Loading branch information
jace committed Feb 24, 2018
1 parent d7fbd56 commit afcc051
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eventframe/static/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ header #page-header h1 {
}

header + .container {
padding-top: 70px;
padding-top: 68px;
}

#folder-column, #folder-header, #edit-tabs {
Expand Down
2 changes: 1 addition & 1 deletion eventframe/static/sass/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ header #page-header h1 {
}

header + .container {
padding-top: 70px;
padding-top: 68px;
}

#folder-column, #folder-header, #edit-tabs {
Expand Down

0 comments on commit afcc051

Please sign in to comment.