Ranged defense fixes again
All checks were successful
Release Creation / build (release) Successful in 43s
All checks were successful
Release Creation / build (release) Successful in 43s
This commit is contained in:
@@ -33,10 +33,17 @@
|
||||
fieldset {
|
||||
padding: 4px;
|
||||
}
|
||||
.fieldset-centered {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
}
|
||||
select {
|
||||
margin-left: 0.5rem;
|
||||
min-width: 10rem;
|
||||
max-width: 10rem;
|
||||
min-width: 12rem;
|
||||
max-width: 12rem;
|
||||
}
|
||||
.field-section {
|
||||
display: flex;
|
||||
@@ -44,9 +51,9 @@
|
||||
justify-content: left;
|
||||
}
|
||||
.field-name {
|
||||
width: 4rem;
|
||||
min-width: 4rem;
|
||||
max-width: 4rem;
|
||||
width: 5rem;
|
||||
min-width: 5rem;
|
||||
max-width: 5em;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user