diff --git a/docs/stylesheets/calendar.css b/docs/stylesheets/calendar.css index 7b56be6632a2c87854242c55fe4bcc89dc044e04..b215975320478b75c11a77a1542cda384dc26391 100644 --- a/docs/stylesheets/calendar.css +++ b/docs/stylesheets/calendar.css @@ -109,7 +109,6 @@ body { position: relative; max-width: 1200px; width: 90%; - min-width: 400px; margin: auto; z-index: 5; padding: 20px; diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 15a3c487791b324b38378db2eef952967689635c..3fa54ba9bb1b0f77e66a4a38dc9293182d112bbd 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -726,7 +726,6 @@ a.slide-button:hover { .form { width: 100%; max-width: 1200px; - min-width: 400px; margin: 0 auto; background-color: var(--md-default-bg-color); padding: 20px; @@ -761,6 +760,8 @@ a.slide-button:hover { border-radius: var(--border-radius); background-color: rgba(15, 54, 90, 1); color: white; + hyphens: auto; + text-wrap: balance; } .md-typeset .md-button:is(:focus) {