style(miieditor): center save caption

This commit is contained in:
Ash Monty 2022-07-30 14:48:33 +02:00
parent 39fff07d07
commit cba634ac2d
No known key found for this signature in database
GPG Key ID: 740B7C88251D49B6

View File

@ -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;
}