wip
This commit is contained in:
parent
d15c7be6af
commit
e4374e3f74
5 changed files with 58 additions and 5 deletions
|
|
@ -506,3 +506,29 @@ footer {
|
|||
margin-bottom: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
.galerie-table {
|
||||
align-items: center;
|
||||
display:inline-block;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
line-height: 0;
|
||||
-webkit-column-count: 5;
|
||||
-webkit-column-gap: 0px;
|
||||
-moz-column-count: 5;
|
||||
-moz-column-gap: 0px;
|
||||
column-count: 5;
|
||||
column-gap: 0px;
|
||||
}
|
||||
|
||||
.galerie-entry {
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.galerie-image {
|
||||
width: 100%;
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 0 16px #333;
|
||||
width: 100% !important;
|
||||
height: auto !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue