rip-dsc
wowario 4 years ago
parent d9bbb973dd
commit ed809148d5
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

@ -193,7 +193,7 @@ body {
background: #3D3D3D; background: #3D3D3D;
font-family: "Roboto", sans-serif; font-family: "Roboto", sans-serif;
font-weight: 400; font-weight: 400;
font-size: 36px; font-size: 25px;
line-height: 1.18; line-height: 1.18;
color: #fff; } color: #fff; }
@media (max-width: 1399px) { @media (max-width: 1399px) {
@ -234,7 +234,7 @@ h6 {
margin-bottom: calc(1.18em / 2); } margin-bottom: calc(1.18em / 2); }
.h1, .h1,
h1 { h1 {
font-size: 76px; font-size: 50px;
font-weight: 900; font-weight: 900;
line-height: 1.08; } line-height: 1.08; }
@media (max-width: 1399px) { @media (max-width: 1399px) {
@ -255,7 +255,7 @@ h1 {
font-size: 30px; } } font-size: 30px; } }
.h2, .h2,
h2 { h2 {
font-size: 50px; } font-size: 45px; }
@media (max-width: 1399px) { @media (max-width: 1399px) {
.h2, .h2,
h2 { h2 {
@ -274,7 +274,7 @@ h2 {
font-size: 28px; } } font-size: 28px; } }
.h3, .h3,
h3 { h3 {
font-size: 46px; } font-size: 36px; }
@media (max-width: 1399px) { @media (max-width: 1399px) {
.h3, .h3,
h3 { h3 {
@ -293,7 +293,7 @@ h3 {
font-size: 26px; } } font-size: 26px; } }
.h4, .h4,
h4 { h4 {
font-size: 36px; } font-size: 25px; }
@media (max-width: 1399px) { @media (max-width: 1399px) {
.h4, .h4,
h4 { h4 {
@ -312,7 +312,7 @@ h4 {
font-size: 24px; } } font-size: 24px; } }
.h5, .h5,
h5 { h5 {
font-size: 30px; } font-size: 25px; }
@media (max-width: 1023px) { @media (max-width: 1023px) {
.h5, .h5,
h5 { h5 {
@ -323,7 +323,7 @@ h5 {
font-size: 22px; } } font-size: 22px; } }
.h6, .h6,
h6 { h6 {
font-size: 24px; } font-size: 20px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) { @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.h6, .h6,
h6 { h6 {
@ -568,7 +568,8 @@ blockquote:last-child {
padding: 16px 15px; } } padding: 16px 15px; } }
/* Button medium */ /* Button medium */
.btn--md { .btn--md {
min-width: 421px; } border-radius: 64px;
font-size: 20px; }
@media (max-width: 1199px) { @media (max-width: 1199px) {
.btn--md { .btn--md {
min-width: 400px; } } min-width: 400px; } }
@ -579,7 +580,7 @@ blockquote:last-child {
.btn--lg { .btn--lg {
padding: 10px 38px; padding: 10px 38px;
border-radius: 64px; border-radius: 64px;
font-size: 46px; font-size: 25px;
font-weight: 900; font-weight: 900;
text-transform: uppercase; } text-transform: uppercase; }
@media (max-width: 1399px) { @media (max-width: 1399px) {
@ -608,6 +609,7 @@ blockquote:last-child {
Footer Footer
\* ------------------------------------------------------------ */ \* ------------------------------------------------------------ */
.footer { .footer {
font-size: 20px;
zoom: 65%; zoom: 65%;
padding: 102px 0; padding: 102px 0;
background: #1A1A1A; } background: #1A1A1A; }
@ -697,7 +699,7 @@ zoom: 65%;
.header { .header {
box-shadow: 0px 0px 7px black; box-shadow: 0px 0px 7px black;
zoom: 50%; zoom: 50%;
position: fixed; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
width: 100%; width: 100%;
@ -721,7 +723,7 @@ zoom: 65%;
justify-content: space-between; } justify-content: space-between; }
.header .header__logo, .header .header__logo,
.header .header__actions { .header .header__actions {
max-width: 50%; max-width: 40%;
-webkit-box-flex: 0; -webkit-box-flex: 0;
-ms-flex: 0 0 50%; -ms-flex: 0 0 50%;
flex: 0 0 50%; } flex: 0 0 50%; }
@ -1306,7 +1308,7 @@ zoom: 65%;
.section-logo { .section-logo {
padding: 40px 0 10px; } } padding: 40px 0 10px; } }
.section-logo .section__logo1 { .section-logo .section__logo1 {
max-width: 600px; max-width: 450px;
margin: 0 auto; } margin: 0 auto; }
@media (max-width: 1199px) { @media (max-width: 1199px) {
.section-logo .section__logo1 { .section-logo .section__logo1 {

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 32 KiB

File diff suppressed because one or more lines are too long

Binary file not shown.
Loading…
Cancel
Save