estuary / marketing-site

0 stars 5 forks source link

Warning about conflicts with css order of importing #475

Closed Brenosalv closed 1 month ago

Brenosalv commented 1 month ago

Changes

Tests / Screenshots

github-actions[bot] commented 1 month ago

Visit the preview URL for this PR (updated for commit d7ce5d2):

https://estuary-marketing--pr475-brenosalv-tech-debt-2v6gxzmf.web.app

(expires Thu, 03 Oct 2024 18:14:11 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 76f6b095a0752e5d9c6c890267f9fdc3e392161e

Brenosalv commented 1 month ago

Fixing another warning:

image

It seems like this happens when we set align-items: start or end instead of align-items: flex-start or flex-end. I added flex and the warning disappeared.