Done for the day.

- Evened up displays on larger monitor.
This commit is contained in:
Max Stevenson 2020-09-03 15:24:31 -05:00
parent f0c700146d
commit 52ef3495b8
2 changed files with 6 additions and 6 deletions

View File

@ -959,7 +959,7 @@ body {
justify-content: space-evenly;
align-items: center;
background-color: #ffffff;
border: solid 1px black;
border: solid 0.1vw black;
}
.white-font-black-background {
@ -970,8 +970,8 @@ body {
display: flex;
justify-self: center;
align-self: center;
padding: 2px;
margin: 2px 0;
padding: 0.2vw 0.5vw;
font-size: 1vw;
}
#trash-icon-wrapper {

View File

@ -14,7 +14,7 @@
justify-content: space-evenly;
align-items: center;
background-color: #ffffff;
border: solid 1px black;
border: solid .1vw black;
}
.white-font-black-background {
@ -25,8 +25,8 @@
display: flex;
justify-self: center;
align-self: center;
padding: 2px;
margin: 2px 0;
padding: .2vw .5vw;
font-size: 1vw;
}
#trash-icon-wrapper {