Commit 95f24dca authored by Julian Thilo's avatar Julian Thilo
Browse files

Fix customizer's toggle buttons' margin

parent 5ac8dca8
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
...@@ -1209,7 +1209,7 @@ h1[id] { ...@@ -1209,7 +1209,7 @@ h1[id] {
.bs-customizer .toggle { .bs-customizer .toggle {
float: right; float: right;
margin-top: 85px; /* On account of ghetto navbar fix */ margin-top: 25px;
} }
/* Headings and form contrls */ /* Headings and form contrls */
......
This diff is collapsed.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment