improve font size scaling

This commit is contained in:
Arthur Lu 2023-04-06 04:43:36 +00:00
parent d3fca0f67c
commit e98661cb4a
4 changed files with 2 additions and 11 deletions

View File

@ -15,7 +15,6 @@ form fieldset {
form input, form label, form legend {
font-family: monospace;
font-size: 14px;
}
form input, form select {
@ -48,10 +47,6 @@ form legend {
height: 0;
}
form img {
width: 16px;
}
form hr {
width: 100%;
border: none;

View File

@ -1,13 +1,8 @@
img {
height: 1em;
}
div {
display: flex;
flex-direction: row;
align-items: center;
column-gap: 10px;
margin-right: 4ch;
}
.btn-group {

View File

@ -12,6 +12,7 @@
* {
font-family: monospace;
font-size: large;
}
body {

View File

@ -13,7 +13,7 @@
#instance-container {
display: grid;
grid-template-columns: auto auto auto auto auto auto 1fr auto;
column-gap: 4em;
column-gap: 2.5em;
align-items: center;
}
#instance-container-header * {