From 12a2c97d4075458f56dd9836c7ee54dcd16705e8 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Tue, 14 Feb 2023 18:09:44 +0100 Subject: [PATCH] Center headers --- sass/style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sass/style.scss b/sass/style.scss index 3ca2f23..57850ef 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -28,6 +28,10 @@ img { max-width: 100%; } +h1, h2, h3, h4, h5, h6 { + text-align: center; +} + .text-bold { font-weight: bold; }