All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s
14 lines
162 B
CSS
14 lines
162 B
CSS
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
html {
|
|
width: 100% !important;
|
|
overflow-x: hidden;
|
|
}
|
|
body {
|
|
width: 100%;
|
|
background: #000;
|
|
overflow-x: hidden;
|
|
}
|