🎨 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:
parent
d8980d34f2
commit
529322e56a
1 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue