1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-20 16:59:17 +08:00
1Panel/frontend/src/styles/reset.scss
2023-01-31 14:18:52 +08:00

13 lines
158 B
SCSS

html,
body,
#app {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
}
:-webkit-any(article, aside, nav, section) h1 {
font-size: 2em;
}