🐛 Folder not too long to render
This commit is contained in:
parent
456fd1d9c2
commit
5f1f9d3d00
@ -23,13 +23,13 @@
|
||||
.text-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow-wrap: anywhere;
|
||||
|
||||
> :first-child {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: $screen-ls) {
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
@ -37,8 +37,6 @@
|
||||
@media (max-width: $screen-s) {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
.edit-icon-container {
|
||||
@ -54,5 +52,4 @@
|
||||
margin-top: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user