diff --git a/vehicles/static/vehicles/style.css b/vehicles/static/vehicles/style.css index 8bfdac0..370ab1c 100644 --- a/vehicles/static/vehicles/style.css +++ b/vehicles/static/vehicles/style.css @@ -23,6 +23,7 @@ --main-text-color: white; --main-text-family: 'Source Sans Pro', sans-serif; --main-child-container-height: 175px; + --border-debug-size: 0px; } .main_container{ width: 100%; @@ -42,16 +43,16 @@ height: 500px; background-repeat: no-repeat, repeat; background-size: contain; - border: solid 1px green; + border: solid var(--border-debug-size) green; } .container{ - border: solid 1px red; + border: solid var(--border-debug-size) red; width: 100%; overflow: auto; } .element{ - border: solid 1px blue; + border: solid var(--border-debug-size) blue; display: flex; justify-content: space-between; gap: 10px;