Skip to content
Snippets Groups Projects
Commit b29a094e authored by hakui's avatar hakui
Browse files

set top and bottom padding on the bars to be equal because it was too top-heavy

parent 5a9f71c1
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@ main-router {
.panel-heading {
border-radius: 0.5em 0.5em 0 0;
background-size: cover;
padding: 0.6em 0 0.5em;
padding: 0.6em 0;
text-align: center;
font-size: 1.3em;
line-height: 24px;
......
......@@ -39,7 +39,7 @@
.nav-panel li {
border-bottom: 1px solid;
padding: 0.75em 0.85em 0.6em;
padding: 0.8em 0.85em;
}
.nav-panel li:last-child {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment