Files
piktochart-create-editor/src/index.css
T

18 lines
176 B
CSS

*,*::before,*::after {
box-sizing: border-box;
}
* {
margin: 0;
padding: 0;
}
html, body, #root {
width: 100%;
height: 100%;
}
body {
font-family: sans-serif;
}