diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-06-28 10:31:34 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-06-28 10:31:34 +0300 |
commit | f2294d7da063e05ee81befb27173b791bccdc2c8 (patch) | |
tree | 494cb9da2b4379c416e041e9504ecba5c32259d9 /src/pages/stylesheets | |
parent | Merge branch 'UI-Changes' of https://github.com/EdwardLangdon/libredirect int... (diff) | |
download | libredirect-f2294d7da063e05ee81befb27173b791bccdc2c8.zip |
fixing & refining About Page #368
Diffstat (limited to 'src/pages/stylesheets')
-rw-r--r-- | src/pages/stylesheets/styles.css | 9 |
1 files changed, 9 insertions, 0 deletions
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 |