Alina-Khmilevska / UPSA-React

This repository contains the source code for the UPSA Pharmaceutical Organization's website, developed using the React library.
1 stars 0 forks source link

Styling homepage banner #39

Closed na-talia closed 10 months ago

na-talia commented 10 months ago

A style was added to the HomeBanner component according to the design in Figma. Additionally, the style in the ExternalButton component was slightly modified as it conflicted with the style I was trying to configure in HomeBanner. Hopefully, it shouldn't break the code in other places where ExternalButton is used. 😅

photo_2023-11-16_23-58-11

Three colors were also added to the variables: mainText, mint, and lemon in tailwind.config.js. This will allow using these variables throughout the whole site.

Two fonts were added as well—one from Google Fonts and the other directly to the project in public/ with configurations in src/index.css.

Looking forward to feedback and suggestions for changes, improvements, or optimizations ☝️