update style

This commit is contained in:
buzzcode2007 2024-04-05 09:50:34 +08:00
parent b52e0e1aa0
commit 0595f389e8

View file

@ -152,6 +152,18 @@ ul.input-field {
margin: 1em; margin: 1em;
} }
.dual .container {
width: 90% !important;
margin-left: auto;
margin-right: auto;
}
@media only screen and (min-width: 601px) {
.dual .container {
width: 80% !important;
}
}
nav .input-field label { nav .input-field label {
left: auto !important; left: auto !important;
} }