diff options
Diffstat (limited to 'src/pages')
-rw-r--r-- | src/pages/stylesheets/styles.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css index b493af69..f8eed255 100644 --- a/src/pages/stylesheets/styles.css +++ b/src/pages/stylesheets/styles.css @@ -48,6 +48,7 @@ div.some-block input[type="checkbox"] { display: flex; align-items: center; text-decoration: none; + width: min-content; color: var(--text); } @@ -110,7 +111,7 @@ section.option-block h2 { body.option { display: flex; padding: 40px; - width: 1130px; + width: 1150px; } section.links { |