fix seo
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
}
|
||||
|
||||
.home-hero__inner,
|
||||
.home-about__inner,
|
||||
.home-categories__inner,
|
||||
.home-commerce__inner,
|
||||
.home-steps__inner {
|
||||
@@ -76,6 +77,7 @@
|
||||
border-radius: var(--radius-md);
|
||||
}
|
||||
|
||||
.home-about,
|
||||
.home-categories,
|
||||
.home-showcase,
|
||||
.home-commerce,
|
||||
@@ -88,6 +90,7 @@
|
||||
padding: 70px 0;
|
||||
}
|
||||
|
||||
.home-about__inner,
|
||||
.home-categories__inner,
|
||||
.home-showcase__inner,
|
||||
.home-commerce__inner,
|
||||
@@ -101,6 +104,38 @@
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.home-about {
|
||||
background: var(--color-surface-soft);
|
||||
}
|
||||
|
||||
.home-about__inner {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
|
||||
gap: 56px;
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
.home-about__heading {
|
||||
display: grid;
|
||||
gap: 18px;
|
||||
position: sticky;
|
||||
top: 150px;
|
||||
}
|
||||
|
||||
.home-about__content {
|
||||
display: grid;
|
||||
gap: 18px;
|
||||
color: var(--color-muted);
|
||||
}
|
||||
|
||||
.home-about__content a {
|
||||
color: var(--color-accent-dark);
|
||||
font-weight: 700;
|
||||
text-decoration: underline;
|
||||
text-decoration-thickness: 1px;
|
||||
text-underline-offset: 3px;
|
||||
}
|
||||
|
||||
.home-categories__head,
|
||||
.home-showcase__head,
|
||||
.home-commerce__head,
|
||||
|
||||
@@ -50,6 +50,7 @@
|
||||
.service-faq,
|
||||
.service-lead,
|
||||
.home-hero,
|
||||
.home-about,
|
||||
.home-categories,
|
||||
.home-commerce,
|
||||
.home-steps,
|
||||
@@ -66,6 +67,7 @@
|
||||
.service-process__inner,
|
||||
.service-lead__inner,
|
||||
.home-hero__inner,
|
||||
.home-about__inner,
|
||||
.home-steps__inner,
|
||||
.portfolio-hero__inner,
|
||||
.portfolio-lead__inner {
|
||||
@@ -116,6 +118,7 @@
|
||||
.service-faq__inner,
|
||||
.service-lead__inner,
|
||||
.home-hero__inner,
|
||||
.home-about__inner,
|
||||
.home-categories__inner,
|
||||
.home-commerce__inner,
|
||||
.home-steps__inner,
|
||||
@@ -140,6 +143,10 @@
|
||||
aspect-ratio: 1;
|
||||
}
|
||||
|
||||
.home-about__heading {
|
||||
position: static;
|
||||
}
|
||||
|
||||
.home-final__inner {
|
||||
align-items: flex-start;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user