mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Change styles to accommodate masonry changes
This commit is contained in:
parent
4b9038ed50
commit
af0d67d379
1 changed files with 6 additions and 4 deletions
|
@ -33,9 +33,12 @@
|
|||
}
|
||||
|
||||
.template-thumbnail {
|
||||
display: inline-block;
|
||||
margin: 0 0 1em;
|
||||
width: 100%;
|
||||
&.template-thumbnail__container {
|
||||
display: inline-block;
|
||||
margin: 0 0 1em;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.thumbnail {
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
||||
margin: 5% 0;
|
||||
|
@ -84,7 +87,6 @@
|
|||
padding: 5px 50px;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.section-preview {
|
||||
|
|
Loading…
Reference in a new issue