mirror of
https://github.com/Max-Stevenson/jurassic-park-interface.git
synced 2025-08-15 10:27:39 +00:00
Done for the day.
- Evened up displays on larger monitor.
This commit is contained in:
@@ -959,7 +959,7 @@ body {
|
|||||||
justify-content: space-evenly;
|
justify-content: space-evenly;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
border: solid 1px black;
|
border: solid 0.1vw black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.white-font-black-background {
|
.white-font-black-background {
|
||||||
@@ -970,8 +970,8 @@ body {
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-self: center;
|
justify-self: center;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
padding: 2px;
|
padding: 0.2vw 0.5vw;
|
||||||
margin: 2px 0;
|
font-size: 1vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
#trash-icon-wrapper {
|
#trash-icon-wrapper {
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
justify-content: space-evenly;
|
justify-content: space-evenly;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
border: solid 1px black;
|
border: solid .1vw black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.white-font-black-background {
|
.white-font-black-background {
|
||||||
@@ -25,8 +25,8 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-self: center;
|
justify-self: center;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
padding: 2px;
|
padding: .2vw .5vw;
|
||||||
margin: 2px 0;
|
font-size: 1vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
#trash-icon-wrapper {
|
#trash-icon-wrapper {
|
||||||
|
Reference in New Issue
Block a user