1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Removed old ng tags, Fixed header spacing

Also prevent pointer error on custom home page
This commit is contained in:
Dan Brown
2018-05-28 10:33:38 +01:00
parent f399e60910
commit d886c6a32e
31 changed files with 33 additions and 29 deletions

View File

@ -40,6 +40,9 @@
margin: 0 auto;
margin-top: $-xxl;
overflow-wrap: break-word;
&.flex {
margin-top: $-m;
}
.align-left {
text-align: left;
}