Css centered the range input in weapon
This commit is contained in:
@@ -369,6 +369,11 @@
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
.stats {
|
||||
input[type="text"] {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
.value {
|
||||
flex: 0 0 calc(25% - 0.5rem);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user