diff --git a/css/style.css b/css/style.css index 5a86443..11a0b8c 100644 --- a/css/style.css +++ b/css/style.css @@ -328,6 +328,11 @@ body.blue-mode { padding: 2rem; } } +@media (max-width: 30rem) { + dialog.change-color-dialog br { + display: none; + } +} @media (max-width: 25rem) { .main > .text-container h1 { font-size: 3rem; diff --git a/css/style.scss b/css/style.scss index 3c9b7f9..12b7c78 100644 --- a/css/style.scss +++ b/css/style.scss @@ -371,6 +371,12 @@ body { } } +@media(max-width: 30rem) { + dialog.change-color-dialog br { + display: none; + } +} + @media(max-width: 25rem) { .main { > .text-container { diff --git a/index.html b/index.html index 9e97f49..a56875f 100644 --- a/index.html +++ b/index.html @@ -48,7 +48,7 @@ -

If you could pick any color,
what color would you pick?

+

If you could pick any color,
what color would you pick?