From d5fa741a05e014c3c48469ad697b15fa4d417516 Mon Sep 17 00:00:00 2001 From: Jorik Schellekens Date: Tue, 1 Sep 2020 11:09:48 +0200 Subject: [PATCH] fix wrap on h1 --- src/index.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.scss b/src/index.scss index 83fd0f2..a2482e8 100644 --- a/src/index.scss +++ b/src/index.scss @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -@import "color-scheme"; +@import 'color-scheme'; // CSS reset @@ -47,6 +47,7 @@ h1 { font-size: 24px; line-height: 32px; text-align: center; + word-break: break-all; } a {