Done for the day.

- Adjusted spacing in margin bars on vehicle page.
This commit is contained in:
Max Stevenson 2020-09-10 15:24:05 -05:00
parent 2f2a787561
commit 5734442835
3 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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 {