🔧 chore(custom.css): adjust max-width and min-width of .ch-scrollycoding-content and .ch-scrollycoding-sticker to improve layout

🔧 chore(custom.css): add min-height to .ch-scrollycoding-step-content for better spacing
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-07-27 17:20:29 -03:00
commit 4783b47815

View file

@ -190,13 +190,21 @@ body {
width: 140px;
}
}
/*
.ch-scrollycoding {
gap: 10rem !important;
} */
.ch-scrollycoding-content {
max-width: 50% !important;
max-width: 55% !important;
min-width: 40% !important;
}
.ch-scrollycoding-sticker {
max-width: 60% !important;
min-width: 50% !important;
min-width: 45% !important;
}
.ch-scrollycoding-step-content {
min-height: 70px;
}