Files
wondif_vue/app/assets/scss/base/_reset.scss
Julie Chaumard 5deafb7d50 ajout de strapi
2025-12-07 23:10:08 +01:00

14 lines
150 B
SCSS

* {
margin: 0;
padding: 0;
}
h1, h2, h3, h4, h5, h6 {
font-size: inherit;
font-weight: inherit;
}
a {
color: inherit;
text-decoration: none;
}