Skip to content

Commit 343475e

Browse files
[Hot Fix] Gig Style (#71)
1 parent 121f9b2 commit 343475e

File tree

1 file changed

+17
-0
lines changed
  • src/containers/GigDetailsPage/components/GigDetails

1 file changed

+17
-0
lines changed

src/containers/GigDetailsPage/components/GigDetails/styles.scss

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,14 @@
149149
line-height: 26px;
150150
margin-bottom: 20px;
151151
margin-top: 0px;
152+
& > p {
153+
margin-bottom: 20px;
154+
& > strong {
155+
font-weight: 600;
156+
line-height: 20px;
157+
text-align: left;
158+
}
159+
}
152160
& > h3 {
153161
font-weight: 400px;
154162
font-size: 40px;
@@ -165,6 +173,15 @@
165173
line-height: 25px;
166174
font-size: 15px;
167175
}
176+
& > ol {
177+
list-style-type: decimal;
178+
font-size: 15px;
179+
font-weight: 400;
180+
line-height: 25px;
181+
padding-left: 20px;
182+
margin-bottom: 20px;
183+
color: #151516;
184+
}
168185
}
169186
}
170187

0 commit comments

Comments
 (0)