mirror of
https://github.com/Max-Stevenson/jurassic-park-interface.git
synced 2025-01-19 18:29:46 +00:00
Done for the day.
- Adjusted spacing in margin bars on vehicle page.
This commit is contained in:
parent
2f2a787561
commit
5734442835
@ -1309,6 +1309,8 @@ body {
|
||||
color: white;
|
||||
font-size: 0.5vw;
|
||||
font-weight: 500;
|
||||
margin: 0;
|
||||
padding: 0.2vw 0;
|
||||
}
|
||||
.left-wrapper__location h4, .left-wrapper__labels h4, .left-wrapper__area h4, .right-wrapper__keys h4, .right-wrapper__level h4 {
|
||||
width: 100%;
|
||||
@ -1326,6 +1328,7 @@ body {
|
||||
.left-wrapper__group, .right-wrapper__group {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
margin: 0 0 0.5vw 0;
|
||||
}
|
||||
|
||||
.right-wrapper__level div:last-child h4 {
|
||||
|
File diff suppressed because one or more lines are too long
@ -47,6 +47,8 @@
|
||||
color: white;
|
||||
font-size: .5vw;
|
||||
font-weight: 500;
|
||||
margin: 0;
|
||||
padding: .2vw 0;
|
||||
}
|
||||
|
||||
h4 {
|
||||
@ -67,6 +69,7 @@
|
||||
.left-wrapper__group, .right-wrapper__group {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
margin: 0 0 .5vw 0;
|
||||
}
|
||||
|
||||
.right-wrapper__level div:last-child h4 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user