diff --git a/src/containers/GigDetailsPage/components/GigDetails/styles.scss b/src/containers/GigDetailsPage/components/GigDetails/styles.scss index c00f3d8..0c05ea8 100644 --- a/src/containers/GigDetailsPage/components/GigDetails/styles.scss +++ b/src/containers/GigDetailsPage/components/GigDetails/styles.scss @@ -143,21 +143,18 @@ margin-top: 10px; margin-bottom: 35px; line-height: 30px; - & > p { + p { color: $tc-black; font-size: 16px; line-height: 26px; margin-bottom: 20px; margin-top: 0px; - & > p { - margin-bottom: 20px; - & > strong { - font-weight: 600; - line-height: 20px; - text-align: left; - } + strong { + font-weight: 600; + line-height: 20px; + text-align: left; } - & > h3 { + h3 { font-weight: 400px; font-size: 40px; line-height: 50px; @@ -165,15 +162,15 @@ margin-top: 40px; margin-bottom: 20px; } - & > ul { + ul { list-style-type: disc; - color: #151516; - margin-bottom: 20px; - margin-left: 20px; line-height: 25px; + margin-left: 20px; + margin-bottom: 20px; font-size: 15px; + color: #151516; } - & > ol { + ol { list-style-type: decimal; font-size: 15px; font-weight: 400;