🐛 Fixing wrong gap in asked documents
This commit is contained in:
parent
ae28122852
commit
cb22c0d4d0
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user