diff --git a/src/pages/TextPages/styles.sass b/src/pages/TextPages/styles.sass new file mode 100644 index 0000000..7287361 --- /dev/null +++ b/src/pages/TextPages/styles.sass @@ -0,0 +1,25 @@ +@import "@/common/styles/colors" + +.text-wrapper + margin-left: 17% + margin-right: 22% + +.text-wrapper h2 + font-size: 42pt + font-weight: 700 + margin-bottom: 1rem + color: $white + +.text-wrapper h3 + font-size: 24pt + margin: 0 + color: $gray-white + +.text-wrapper p + margin-top: 5px + font-size: 18pt + font-weight: 700 + color: $gray + +.text-wrapper a + color: $primary \ No newline at end of file