diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-02-27 20:19:09 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-02-27 20:19:09 +0300 |
commit | a6fb964e993abd0a568c763e7cdf48e1ed14ac80 (patch) | |
tree | 56734946b71b46bc78d00546f759ba29ab186759 /src/pages/stylesheets | |
parent | Fixed a bug in exceptions (diff) | |
download | libredirect-a6fb964e993abd0a568c763e7cdf48e1ed14ac80.zip |
Refined design. Bump version to 1.4.4
Diffstat (limited to 'src/pages/stylesheets')
-rw-r--r-- | src/pages/stylesheets/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css index 97ba1953..e1a347cd 100644 --- a/src/pages/stylesheets/styles.css +++ b/src/pages/stylesheets/styles.css @@ -250,8 +250,8 @@ div.buttons-popup { div.buttons-inline { display: flex; - justify-content: space-between; - padding: 0 15px; + justify-content: start; + /* padding: 0 15px; */ } .button-inline { |