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

Updated custom homepage views

This commit is contained in:
Dan Brown
2019-04-06 17:31:59 +01:00
parent aedff7dc6d
commit 745a0bb98d
8 changed files with 113 additions and 68 deletions

View File

@ -231,7 +231,7 @@ div[class^="col-"] img {
grid-template-columns: 2fr 1fr;
}
&.right-focus {
grid-template-columns: 1fr 2fr;
grid-template-columns: 1fr 3fr;
}
&.gap-xl {
grid-column-gap: $-xl;

View File

@ -371,6 +371,7 @@ ul.pagination {
border: 0;
width: 100%;
position: relative;
word-break: break-word;
h4 a {
color: #666;
}