small css issues

pull/43/head
Alexander Bentkamp 3 years ago
parent e6c481a9a4
commit a42841ba97

@ -66,6 +66,10 @@ code {
background: white; background: white;
} }
em {
font-style: italic;
}
/* App Bar */ /* App Bar */
#root { #root {

@ -65,10 +65,10 @@
} }
.input-mode-switch { .input-mode-switch {
margin: .5em 0; margin: 0;
float: right;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: flex-end;
gap: 1em; gap: 1em;
} }

Loading…
Cancel
Save