mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 20:11:01 +00:00
Remove fixed height and add masonry-based layout
This commit is contained in:
parent
6cbab69444
commit
89c381086b
1 changed files with 8 additions and 2 deletions
|
@ -27,11 +27,17 @@
|
|||
margin-right: @margin-xs;
|
||||
}
|
||||
|
||||
.template-thumbnail {
|
||||
.templates-container {
|
||||
column-count: 3;
|
||||
column-gap: 1em;
|
||||
}
|
||||
|
||||
.template-thumbnail {
|
||||
display: inline-block;
|
||||
margin: 0 0 1em;
|
||||
width: 100%;
|
||||
.thumbnail {
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
||||
height: 465px;
|
||||
margin: 5% 0;
|
||||
padding:0px;
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in a new issue