This is an automated email from the ASF dual-hosted git repository.

bartmaer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop-website.git


The following commit(s) were added to refs/heads/master by this push:
     new b05b71e  HOP-3246 fixed cookie banner size on mobile
     new 5ce6760  Merge pull request #80 from bamaer/HOP-3246
b05b71e is described below

commit b05b71e407348887aff847f000a0a73615387629
Author: Bart Maertens <[email protected]>
AuthorDate: Thu Sep 2 20:56:29 2021 +0200

    HOP-3246 fixed cookie banner size on mobile
---
 antora-ui-hop/src/css/cookies-eu-banner.default.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/antora-ui-hop/src/css/cookies-eu-banner.default.css 
b/antora-ui-hop/src/css/cookies-eu-banner.default.css
index 0eb6b04..8ea1500 100644
--- a/antora-ui-hop/src/css/cookies-eu-banner.default.css
+++ b/antora-ui-hop/src/css/cookies-eu-banner.default.css
@@ -91,6 +91,7 @@
 
 @media screen and (max-width: 1023px) {
   #cookies-eu-content {
-    font-size: 6vw;
+    font-size: 2vw;
+    padding: 1rem 2rem;
   }
 }

Reply via email to