Skip to content

Commit 6aaaa76

Browse files
Jesse Bordenfedericobucchi
authored andcommitted
Update styles on get started hero boxes.
1 parent 2559931 commit 6aaaa76

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

assets/stylesheets/new-stylesheets/pages/_get-started.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
display: inline-block;
8282
color: #801a1a;
8383
font-weight: 400;
84-
padding: 24px 16px;
84+
padding: 16px 16px 20px;
8585
background-color: rgba(97, 75, 138, 0.8);
8686
border-radius: 20px;
8787
font-size: 14px;
@@ -95,12 +95,14 @@
9595
&.title {
9696
font-size: 24px;
9797
font-weight: 600;
98-
margin-bottom: 20px;
98+
margin-bottom: 10px;
99+
line-height: 1.2;
99100
}
100101

101102
&.text {
102103
font-size: 14px;
103104
white-space: normal;
105+
line-height: 1.14;
104106
}
105107
}
106108
}

0 commit comments

Comments
 (0)