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 {
|
.template-thumbnail {
|
||||||
display: inline-block;
|
&.template-thumbnail__container {
|
||||||
margin: 0 0 1em;
|
display: inline-block;
|
||||||
width: 100%;
|
margin: 0 0 1em;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.thumbnail {
|
.thumbnail {
|
||||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
||||||
margin: 5% 0;
|
margin: 5% 0;
|
||||||
|
@ -84,7 +87,6 @@
|
||||||
padding: 5px 50px;
|
padding: 5px 50px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.section-preview {
|
.section-preview {
|
||||||
|
|
Loading…
Reference in a new issue