1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Trimmed long names in header

Fixes #87
This commit is contained in:
Dan Brown
2016-03-30 21:28:38 +01:00
parent 097d9c9f3c
commit 8b109bac13
3 changed files with 18 additions and 7 deletions

View File

@@ -56,18 +56,14 @@ header {
padding-top: $-xxs;
}
> i {
padding-top: $-xs*1.2;
padding-top: 4px;
font-size: 18px;
}
@include smaller-than($screen-md) {
padding-left: $-xs;
.name {
display: none;
}
i {
font-size: 2em;
padding-left: 0;
padding-top: 0;
}
}
}
@include smaller-than($screen-md) {