mirror of
https://github.com/Max-Stevenson/jurassic-park-interface.git
synced 2025-02-11 00:31:38 +00:00
Done for the day.
- Evened up displays on larger monitor.
This commit is contained in:
parent
f0c700146d
commit
52ef3495b8
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user