🐛 Fix height of "center" element
This commit is contained in:
@ -64,7 +64,7 @@ const gitHash = GITVERSION;
|
||||
|
||||
<style scoped>
|
||||
.settings {
|
||||
padding: 65px 10px 80px 10px;
|
||||
padding: 15px 10px 80px 10px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
|
@ -118,7 +118,7 @@ function isCancelled(substitution) {
|
||||
background-color: var(--timetable-trust-warning-background);
|
||||
border-radius: 4px;
|
||||
padding: 3px 10px;
|
||||
margin-bottom: 10px;
|
||||
margin: 5px 0px;
|
||||
width: max-content;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user