🐛 Folder not too long to render

This commit is contained in:
Maxime Lalo 2023-09-19 15:37:00 +02:00
parent 456fd1d9c2
commit 5f1f9d3d00

View File

@ -23,13 +23,13 @@
.text-container { .text-container {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
overflow-wrap: anywhere;
> :first-child { > :first-child {
margin-bottom: 12px; margin-bottom: 12px;
} }
} }
@media (max-width: $screen-ls) { @media (max-width: $screen-ls) {
grid-template-columns: 1fr 1fr; grid-template-columns: 1fr 1fr;
} }
@ -37,8 +37,6 @@
@media (max-width: $screen-s) { @media (max-width: $screen-s) {
grid-template-columns: 1fr; grid-template-columns: 1fr;
} }
} }
.edit-icon-container { .edit-icon-container {
@ -54,5 +52,4 @@
margin-top: 24px; margin-top: 24px;
} }
} }
} }