mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-20 16:59:17 +08:00
13 lines
158 B
SCSS
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;
|
||
|
}
|