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

Resolves book heading issues in grid view.

This commit is contained in:
Nilesh Deepak
2017-07-15 16:15:45 +05:30
parent e5dc0e6bb8
commit dd4d2f4696
2 changed files with 4 additions and 2 deletions

View File

@@ -284,6 +284,8 @@ $btt-size: 40px;
h4 {
font-size: 1.2em;
text-align: center;
height: 55px;
padding: 0px 12px;
}
p {
font-size: 0.8em;
@@ -291,7 +293,7 @@ $btt-size: 40px;
padding: 0px 12px;
}
&.collapse {
height: 130px;
height: 150px;
}
}