From 404d6d81332922d9f8e1da4485b3036c07ef93c2 Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Wed, 6 Nov 2024 20:06:04 +0100 Subject: [PATCH] chore: adjust layout width and text-align of content --- css/main.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/main.scss b/css/main.scss index 5491632..a998020 100755 --- a/css/main.scss +++ b/css/main.scss @@ -10,6 +10,12 @@ "comments" ; +.wrapper { + max-width: -webkit-calc(1000px - 30px); + max-width: calc(1000px - 30px); + text-align: left; +} + .projectFilter a { margin-right: 5px; margin-left: 5px;