diff options
author | SimonBrazell <simon@brazell.com.au> | 2020-02-23 16:19:32 +1100 |
---|---|---|
committer | SimonBrazell <simon@brazell.com.au> | 2020-02-23 16:19:32 +1100 |
commit | 97ca48b1fe121e9311189e2fbfa5c737c8ca337a (patch) | |
tree | 6430b74204e195065f28190c039a767988a9efe3 /pages/styles.css | |
parent | Add date retrieved and source to YT assets (diff) | |
download | libredirect-97ca48b1fe121e9311189e2fbfa5c737c8ca337a.zip |
OSM redirects (experimental)
Diffstat (limited to 'pages/styles.css')
-rw-r--r-- | pages/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/styles.css b/pages/styles.css index 20453a11..89ae5a83 100644 --- a/pages/styles.css +++ b/pages/styles.css @@ -13,8 +13,8 @@ body { color: var(--text-secondary); margin: 0; max-width: 400px; - min-width: 240px; - background-color: var(--dark-grey) + min-width: 300px; + background-color: var(--dark-grey); } header { |