Skip to content

Commit

Permalink
CORE-4775: styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ekachxaidze98 committed Jan 10, 2024
1 parent 8720d89 commit 3493d58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main/styles.module.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import 'design-v2/variables';

.spacer {
height: 24px;
height: 3.5rem;
}

.service-main-wrapper {
Expand Down Expand Up @@ -40,8 +40,8 @@

.service-title {
font-style: normal;
font-weight: 500;
font-size: 32px;
font-weight: 700;
font-size: 24px;
line-height: 32px;
color: #212121;
}
Expand Down
1 change: 1 addition & 0 deletions pages/about/about.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -351,4 +351,5 @@

.how-button-wrapper {
display: flex;
margin-top: 1.5rem;
}

0 comments on commit 3493d58

Please sign in to comment.