From cf06321056ef0a6f1af451d84a54d2b26649f4c5 Mon Sep 17 00:00:00 2001 From: JoBCB Date: Thu, 12 Nov 2020 15:13:58 +0000 Subject: [PATCH] updated style after Lozanas email --- static/css/style.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 62eb1df..449bb1c 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -82,7 +82,7 @@ html { box-sizing: inherit; } body { font-family: Roboto; - font-size: calc(16px + (20 - 16) * ((100vw - 768px) / (1400 - 768))); + font-size: calc(12px + (20 - 12) * ((100vw - 768px) / (1400 - 768))); font-size: 16px; font-weight: normal; font-stretch: normal; @@ -182,7 +182,7 @@ div#navigation{ flex-direction: row; } #nav-left div, #nav-right div { - padding: 0px 16px; + padding: 0px 24px; } #nav-left div:first-child, #nav-right div:first-child{ padding-left: 0px; @@ -196,7 +196,7 @@ div#navigation a{ text-decoration: none; font-weight: normal; color: var(--black); - font-size: calc(14px + (18 - 14) * ((100vw - 768px) / (1400 - 768))); + font-size: calc(12px + (18 - 12) * ((100vw - 768px) / (1400 - 768))); line-height: 26px; /* line-height: calc(22px + (22 - 26) * ((100vw - 768px) / (1400 - 768))); */} @@ -253,7 +253,7 @@ div#footer{ div#footer-title-br p, div#footer-title-others p, div#footer-title-contact p, div#footer-title-socials p{ text-transform: uppercase; font-family: 'Roboto Condensed', sans-serif; - font-size: calc(14px + (18 - 14) * ((100vw - 768px) / (1400 - 768))); + font-size: calc(12px + (18 - 12) * ((100vw - 768px) / (1400 - 768))); font-weight: normal; font-stretch: condensed; font-style: normal; @@ -299,8 +299,8 @@ div#footer-socials-links a{ text-decoration: none; color:#FFFFFF; font-family: 'Roboto Regular', sans-serif; - font-size: calc(14px + (18 - 14) * ((100vw - 768px) / (1400 - 768))); - line-height: 26px; + font-size: calc(12px + (18 - 12) * ((100vw - 768px) / (1400 - 768))); + line-height: 28.4px; font-weight: normal; font-stretch: normal; font-style: normal; @@ -397,7 +397,7 @@ thead tr th{ } tbody tr th{ - font-size: calc(14px + (18 - 14) * ((100vw - 768px) / (1400 - 768))); + font-size: calc(12px + (18 - 12) * ((100vw - 768px) / (1400 - 768))); line-height: 26px; font-family: 'Roboto', sans-serif; font-weight: normal;