diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-02-02 23:29:40 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-02-02 23:29:52 +0300 |
commit | ce742b28a077c9626f1f7fe4101a5b770c5b56c8 (patch) | |
tree | 003141cf6b2a944053f4c17b5e1868ef1e6d4460 /src/pages/stylesheets | |
parent | Merge https://codeberg.org/gospodin/libredirect (diff) | |
download | libredirect-ce742b28a077c9626f1f7fe4101a5b770c5b56c8.zip |
Adde Rural Dictionary https://github.com/libredirect/libredirect/issues/581
Diffstat (limited to 'src/pages/stylesheets')
-rw-r--r-- | src/pages/stylesheets/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css index 5f3c1cbe..b493af69 100644 --- a/src/pages/stylesheets/styles.css +++ b/src/pages/stylesheets/styles.css @@ -110,7 +110,7 @@ section.option-block h2 { body.option { display: flex; padding: 40px; - width: 1100px; + width: 1130px; } section.links { |