|
@@ -51,19 +51,25 @@ body {
|
|
|
transform: scale(1.4); }
|
|
|
@media screen and (max-width: 576px) {
|
|
|
.header__logo {
|
|
|
- transform: scale(1.5); } }
|
|
|
+ background-image: url(../images/Logo@2x.webp);
|
|
|
+ transform: scale(1); } }
|
|
|
.header__logo-box {
|
|
|
padding: 1rem;
|
|
|
padding-top: 0;
|
|
|
margin: 0rem 4.5rem; }
|
|
|
@media screen and (max-width: 576px) {
|
|
|
.header__logo-box {
|
|
|
- margin: 0rem .4rem; } }
|
|
|
+ margin: 0rem .4rem;
|
|
|
+ padding-top: .3rem; } }
|
|
|
.header__line {
|
|
|
background-color: white;
|
|
|
height: 2px;
|
|
|
border-top: 1px solid #ffff;
|
|
|
margin: 0; }
|
|
|
+ @media screen and (max-width: 576px) {
|
|
|
+ .header__line {
|
|
|
+ margin: 0rem .4rem;
|
|
|
+ margin-top: .3rem; } }
|
|
|
.header__text-box {
|
|
|
position: absolute;
|
|
|
width: 40vw;
|