nfp_moe: Fix login page asuna :)
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
This commit is contained in:
parent
8d0ae21374
commit
fda0b7e498
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "nfp_moe",
|
"name": "nfp_moe",
|
||||||
"version": "2.1.1",
|
"version": "2.1.2",
|
||||||
"port": 4110,
|
"port": 4110,
|
||||||
"description": "NFP Moe website",
|
"description": "NFP Moe website",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
|
|
@ -970,7 +970,9 @@ fileinfo ul {
|
||||||
}
|
}
|
||||||
|
|
||||||
.login--asuna {
|
.login--asuna {
|
||||||
max-width: 120px;
|
transform: scale(0.7);
|
||||||
|
margin-top: -80px;
|
||||||
|
margin-bottom: -80px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue