From 2e1de247ee7d1d3cb14b9e6a03b3e429a13b53ac Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Mon, 18 Sep 2023 13:12:00 +0300 Subject: Add "Redirect (frontend) to Prefferred" https://github.com/libredirect/browser_extension/issues/767 --- src/pages/stylesheets/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pages/stylesheets') diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css index 5ae8f71d..43b7ba83 100644 --- a/src/pages/stylesheets/styles.css +++ b/src/pages/stylesheets/styles.css @@ -123,14 +123,14 @@ section.block-option h2 { body.option { display: flex; padding: 40px; - width: 1150px; + width: 1160px; } section.links { display: flex; flex-wrap: wrap; flex-direction: column; - width: 300px; + width: 350px; max-height: 800px; } -- cgit 1.4.1