updated style after Lozanas email
This commit is contained in:
parent
9f4a9703ea
commit
cf06321056
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user