Skip to content

Commit

Permalink
feat: update case-study visual
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioriper committed Dec 7, 2023
1 parent 733561f commit f81f328
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions src/layouts/CaseStudy/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,12 @@
padding-top: 20px;
padding-bottom: 20px;

.dynamic-html {
display: flex;
flex-direction: column;
gap: 16px;
}

h1, h2, h3, h4, h5, h6 {
font-size: 25px;
font-weight: 500;
Expand Down Expand Up @@ -251,6 +257,10 @@
padding-top: 100px;
padding-bottom: 100px;

.dynamic-html {
gap: 30px;
}

h1, h2, h3, h4, h5, h6 {
font-size: 56px;
}
Expand All @@ -260,10 +270,6 @@
display: flex;
justify-content: center;
}

img {
margin: 48px 0;
}
}
}
}

0 comments on commit f81f328

Please sign in to comment.