Browse Source

updated style after Lozanas email

master
JoBCB 4 years ago
parent
commit
cf06321056
  1. 14
      static/css/style.css

14
static/css/style.css

@ -82,7 +82,7 @@ html {
box-sizing: inherit; } box-sizing: inherit; }
body { body {
font-family: Roboto; 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-size: 16px;
font-weight: normal; font-weight: normal;
font-stretch: normal; font-stretch: normal;
@ -182,7 +182,7 @@ div#navigation{
flex-direction: row; flex-direction: row;
} }
#nav-left div, #nav-right div { #nav-left div, #nav-right div {
padding: 0px 16px; padding: 0px 24px;
} }
#nav-left div:first-child, #nav-right div:first-child{ #nav-left div:first-child, #nav-right div:first-child{
padding-left: 0px; padding-left: 0px;
@ -196,7 +196,7 @@ div#navigation a{
text-decoration: none; text-decoration: none;
font-weight: normal; font-weight: normal;
color: var(--black); 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: 26px;
/* line-height: calc(22px + (22 - 26) * ((100vw - 768px) / (1400 - 768))); /* 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{ div#footer-title-br p, div#footer-title-others p, div#footer-title-contact p, div#footer-title-socials p{
text-transform: uppercase; text-transform: uppercase;
font-family: 'Roboto Condensed', sans-serif; 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-weight: normal;
font-stretch: condensed; font-stretch: condensed;
font-style: normal; font-style: normal;
@ -299,8 +299,8 @@ div#footer-socials-links a{
text-decoration: none; text-decoration: none;
color:#FFFFFF; color:#FFFFFF;
font-family: 'Roboto Regular', sans-serif; font-family: 'Roboto Regular', sans-serif;
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: 28.4px;
font-weight: normal; font-weight: normal;
font-stretch: normal; font-stretch: normal;
font-style: normal; font-style: normal;
@ -397,7 +397,7 @@ thead tr th{
} }
tbody 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; line-height: 26px;
font-family: 'Roboto', sans-serif; font-family: 'Roboto', sans-serif;
font-weight: normal; font-weight: normal;

Loading…
Cancel
Save