You are viewing a plain text version of this content. The canonical link for it is here.
Posted to privacy-commits@apache.org by gr...@apache.org on 2021/03/13 20:08:23 UTC

[privacy-website] 26/27: tweak main width and fix font reference

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

grobmeier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/privacy-website.git

commit ababc0c7f967c909f6d022f1921146b8c80c0bb7
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Sat Mar 13 12:58:00 2021 +0100

    tweak main width and fix font reference
---
 _sass/main.scss | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/_sass/main.scss b/_sass/main.scss
index 02edb42..0dd05b7 100644
--- a/_sass/main.scss
+++ b/_sass/main.scss
@@ -177,7 +177,8 @@ footer {
 main {
     padding: 0.5em;
     margin: 0 auto;
+    max-width: 85%;
     color: $color_text;
     background: $main_background_color;
-    font-family: Helvetica, Arial, sans-serif;
+    font-family: $font;
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: privacy-commits-unsubscribe@apache.org
For additional commands, e-mail: privacy-commits-help@apache.org