diff --git a/front/src/components/Promo/main.vue b/front/src/components/Promo/main.vue index 5e2d43e..e0f4763 100644 --- a/front/src/components/Promo/main.vue +++ b/front/src/components/Promo/main.vue @@ -110,18 +110,21 @@ const point_light = reactive({ &-close { position: absolute; - left: 0; - top: 0; + left: 1.5rem; + top: 0.5rem; font-size: 2rem; - color: black + color: black; } h2 { text-align: center; - font-size: 1.65rem; + font-size: 2rem; margin: 1rem } - p {} + p { + margin: 1rem 0; + font-size: 1.25rem; + } } \ No newline at end of file