Skip to content

Commit

Permalink
upload css
Browse files Browse the repository at this point in the history
  • Loading branch information
nalam004 committed Apr 3, 2024
1 parent 13ff523 commit a4c4d62
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 13 deletions.
37 changes: 25 additions & 12 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,7 @@ header .intro__guide .guide-button {
}
}
.guide-information .guide-list ul li {
display: grid;
grid-template-columns: 1fr auto;
display: flex;
gap: 16px;
}
.guide-information .guide-list ul li::before {
Expand All @@ -351,6 +350,7 @@ header .intro__guide .guide-button {
width: 48px;
height: 14px;
margin: 5px 0;
flex-shrink: 0;
}
.guide-information .page-gallery {
max-width: 1160px;
Expand All @@ -373,29 +373,42 @@ header .intro__guide .guide-button {
}

.testimonials {
padding-bottom: 48px;
background-image: url("./assets/wave-mask.svg"), url("./assets/haltone.svg");
background-repeat: no-repeat, repeat;
background-position: bottom, top;
background-size: contain;
}
.testimonials h2 {
max-width: 1160px;
margin-left: auto;
margin-right: auto;
padding-bottom: 96px;
}
@media (max-width: 1200px) {
.testimonials {
margin-left: 20px;
margin-right: 20px;
}
}
.testimonials h2 {
color: #26383B;
font-size: 24px;
font-weight: 700;
line-height: 115%;
margin-bottom: 48px;
}
@media (max-width: 1200px) {
.testimonials h2 {
margin-left: 20px;
margin-right: 20px;
}
}
.testimonials__wrapper {
max-width: 1160px;
margin-left: auto;
margin-right: auto;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
}
@media (max-width: 1200px) {
.testimonials__wrapper {
margin-left: 20px;
margin-right: 20px;
}
}
.testimonials blockquote {
color: #26383B;
font-family: "Instrument Serif", serif;
Expand Down Expand Up @@ -431,7 +444,7 @@ header .intro__guide .guide-button {
max-width: 1160px;
margin-left: auto;
margin-right: auto;
padding: 96px 0;
padding: 144px 0;
}
@media (max-width: 1200px) {
.cta {
Expand Down
2 changes: 1 addition & 1 deletion index.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a4c4d62

Please sign in to comment.