phone and cost changes

This commit is contained in:
User A1032551
2024-09-26 14:14:41 +03:00
parent bcc7082be6
commit 61181f41d0
4 changed files with 74 additions and 3 deletions

View File

@@ -67,6 +67,31 @@ h1 strong {
font-weight: 900;
}
h1 span {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0px 16px;
letter-spacing: -0.02em;
border-radius: 14px;
background: linear-gradient(
142deg,
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 0.22) 42%,
rgba(255, 255, 255, 0) 100%
),
var(--clr-general);
font-weight: 500;
font-size: 46px;
line-height: 135%;
position: relative;
background-clip: initial;
-webkit-background-clip: initial;
-webkit-text-fill-color: initial;
margin-top: 6px;
color: #fff;
}
/* Button */
.btn {
display: flex;

View File

@@ -77,6 +77,13 @@
font-size: 39px;
text-align: left;
}
h1 span {
font-size: 32px;
padding-left: 12px;
padding-right: 12px;
border-radius: 10px;
margin-top: 6px;
}
.hero__leftside {
align-items: flex-start;
}
@@ -173,6 +180,9 @@
h1 {
font-size: 36px;
}
h1 span {
font-size: 29px;
}
.header__logo img {
width: 42px;
}

View File

@@ -4,6 +4,11 @@
h1 {
font-size: 52px;
}
h1 span {
font-size: 42px;
margin-top: 0;
top: -2px;
}
.hero__content {
flex-direction: column;
align-items: center;
@@ -122,6 +127,10 @@ h1 {
h1 {
font-size: 49px;
}
h1 span {
font-size: 39px;
top: 0;
}
}
@media screen and (max-width: 620px) {
*[class*='__container'] {
@@ -158,6 +167,9 @@ h1 {
h1 {
font-size: 42px;
}
h1 span {
font-size: 32px;
}
.header__socials-link,
.footer__socials-link,
.header__contacts .header__tel {