🐛 Fixing wrong gap in asked documents

This commit is contained in:
Maxime Lalo 2023-10-09 16:01:08 +02:00
parent ae28122852
commit cb22c0d4d0

View File

@ -54,7 +54,8 @@
.content {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 64px;
column-gap: 64px;
row-gap: 16px;
margin-top: 32px;
@media (max-width: $screen-s) {
@ -63,7 +64,7 @@
flex-direction: column;
}
.documents-asked{
.documents-asked {
order: -1;
}
@ -73,7 +74,7 @@
gap: 32px;
margin-top: 16px;
@media(max-width: $screen-s){
@media (max-width: $screen-s) {
order: -1;
}
}