velocitylabs-org / turtle

https://app.turtle.cool
MIT License
3 stars 2 forks source link

Update headline text styles #71

Closed brandonhaslegs closed 1 month ago

brandonhaslegs commented 1 month ago

The huge font on the homepage is too big. These values work better:

font-size: 8.75vw; margin: 0 4vw;

Victor-Salomon commented 1 month ago

@brandonhaslegs can you please confirm we talk about this one :

image
brandonhaslegs commented 1 month ago

yes that's right.

brandonhaslegs commented 1 month ago

Right now it looks like this sometimes

image

so the font size based on vw is ideal because it constantly scales with the browser width.

and the margin is necessary to prevent the text from hitting the sides

image
Victor-Salomon commented 1 month ago

Thanks for the feedback. @brandonhaslegs,

We will implement it asap