Jorge• 40
@Broderpixelv1
Posted
Congratulations there is a lot of potential here, good that you use css variables, I would just suggest that you consider adding a fallback font in the font-family property, such as Arial, sans-serif, to ensure that the text looks good in case Figtree does not be loaded and add box-sizing: border-box; to all elements (*) to prevent padding and border from changing the dimensions of the elements, especially useful in layout.
0