🐛 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) {