about summary refs log tree commit diff stats
path: root/src/pages/stylesheets
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-06-28 10:31:34 +0300
committerManeraKai <manerakai@protonmail.com>2022-06-28 10:31:34 +0300
commitf2294d7da063e05ee81befb27173b791bccdc2c8 (patch)
tree494cb9da2b4379c416e041e9504ecba5c32259d9 /src/pages/stylesheets
parentMerge branch 'UI-Changes' of https://github.com/EdwardLangdon/libredirect int... (diff)
downloadlibredirect-f2294d7da063e05ee81befb27173b791bccdc2c8.zip
fixing & refining About Page #368
Diffstat (limited to 'src/pages/stylesheets')
-rw-r--r--src/pages/stylesheets/styles.css9
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