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

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-07-27 08:00:22 -03:00
commit 529322e56a

View file

@ -192,10 +192,11 @@ body {
}
.ch-scrollycoding-content {
max-width: 40% !important;
max-width: 50% !important;
min-width: 40% !important;
}
.ch-scrollycoding-sticker {
max-width: 60% !important;
min-width: 60% !important;
min-width: 50% !important;
}