From f2294d7da063e05ee81befb27173b791bccdc2c8 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Tue, 28 Jun 2022 10:31:34 +0300 Subject: fixing & refining About Page #368 --- src/pages/stylesheets/styles.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/pages/stylesheets') diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css index 0ef55da5..67b0229d 100644 --- a/src/pages/stylesheets/styles.css +++ b/src/pages/stylesheets/styles.css @@ -453,4 +453,13 @@ button { body div section { display: none; +} + +div.about > div{ + justify-content: start; + width: 520px; +} + +div.about h4 { + width: auto; } \ No newline at end of file -- cgit 1.4.1