You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You have a mix of rem and px throughout your project. If possible pick and stick with one (I'd suggest rem) so that you don't have strange and unexpected styling issues and everything is nicely relative to your root font size. If you like you can set that root size to 10px (rather than the default 16px) which makes the maths nice and easy e.g. 24px === 2.4rem.
You have a mix of
rem
andpx
throughout your project. If possible pick and stick with one (I'd suggestrem
) so that you don't have strange and unexpected styling issues and everything is nicely relative to your root font size. If you like you can set that root size to 10px (rather than the default 16px) which makes the maths nice and easy e.g. 24px === 2.4rem.https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Values_and_units
week-10-12-tfb-mark-gnnk/src/components/adviser/SpeechBubble.module.css
Lines 1 to 15 in 1871333
The text was updated successfully, but these errors were encountered: