From c442ebca44f387194043483134370e772cd228a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Romanowski?= Date: Wed, 11 May 2022 08:48:52 +0200 Subject: [PATCH] Fix whitespace --- sass/post.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sass/post.scss b/sass/post.scss index 7d33367..8b0e1a9 100644 --- a/sass/post.scss +++ b/sass/post.scss @@ -1,7 +1,7 @@ @import "variables"; .posts { - width : 100%; + width: 100%; margin: 0 auto; } @@ -132,4 +132,4 @@ .post-tag { text-decoration: underline; } -} \ No newline at end of file +}