diff --git a/vehicles/static/vehicles/style.css b/vehicles/static/vehicles/style.css index cdef660..7ce8792 100644 --- a/vehicles/static/vehicles/style.css +++ b/vehicles/static/vehicles/style.css @@ -42,19 +42,24 @@ height: 500px; background-repeat: no-repeat, repeat; background-size: contain; + border: solid 1px green; } + .container{ + border: solid 1px red; + width: 100%; + overflow: auto; + } + .element{ + border: solid 1px blue; + display: flex; + justify-content: space-between; + } .child_box{ - display: flex; - flex-wrap: wrap; - flex-direction: row; - justify-content: space-between; - gap: 0px; - align-items: stretch; + } .child_box div{ - } body{ diff --git a/vehicles/templates/vhc/vhc.html b/vehicles/templates/vhc/vhc.html index 95e6d96..161b02d 100644 --- a/vehicles/templates/vhc/vhc.html +++ b/vehicles/templates/vhc/vhc.html @@ -19,27 +19,26 @@