rmcg.dev/projects/FrontendMentor/newbie/pod-request-access-landing-.../css/style.css

13 lines
150 B
CSS

*,
::after,
::before {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root {
--lh-general: 1.75rem;
--lh-mobile: 1.5625rem;
}