mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-04-18 06:59:13 -05:00
style(miieditor): center save caption
This commit is contained in:
parent
39fff07d07
commit
cba634ac2d
|
|
@ -313,8 +313,9 @@ input[type="range"].invert {
|
|||
.tab#saveTab {
|
||||
gap: 2rem 0;
|
||||
}
|
||||
.tab#saveTab p {
|
||||
margin: 0;
|
||||
.tab#saveTab p.save-prompt {
|
||||
margin-bottom: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.mii-comparison-animation-wrapper {
|
||||
|
|
@ -650,7 +651,8 @@ button * {
|
|||
}
|
||||
|
||||
@media screen and (max-width: 360px) {
|
||||
fieldset, fieldset.has-subpages .subpage {
|
||||
fieldset,
|
||||
fieldset.has-subpages .subpage {
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user