mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-24 11:52:34 +01:00
Updates styles.
This commit is contained in:
parent
7a724f9134
commit
d37b398e79
@ -277,14 +277,11 @@ $btt-size: 40px;
|
||||
|
||||
|
||||
.gallery-item {
|
||||
width: 22%;
|
||||
padding: 5px;
|
||||
float: left;
|
||||
margin-bottom: 32px;
|
||||
height: 330px;
|
||||
margin: 2% 1% 2% 1%;
|
||||
overflow: hidden;
|
||||
border: 1px solid #9e9e9e;
|
||||
h3 {
|
||||
h4 {
|
||||
font-size: 1.2em;
|
||||
text-align: center;
|
||||
}
|
||||
@ -293,12 +290,15 @@ $btt-size: 40px;
|
||||
text-align: center;
|
||||
padding: 0px 12px;
|
||||
}
|
||||
img {
|
||||
height: 192px;
|
||||
width: 120px;
|
||||
margin-top: 5%;
|
||||
}
|
||||
&.collapse {
|
||||
height: 130px;
|
||||
}
|
||||
}
|
||||
|
||||
.gallery-image {
|
||||
margin-top: 5%;
|
||||
text-align: center;
|
||||
img {
|
||||
border-radius: 3px;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user