mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 02:47:59 +08:00
🎨 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:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user