diff --git a/src/App.vue b/src/App.vue index 9a08136..984a587 100644 --- a/src/App.vue +++ b/src/App.vue @@ -6,41 +6,46 @@
+
+
-

Parametry letu

-

- -

+

Parametry letu

+

+ +

- - + + - - - - - -

-
- -

+ + - -

-
- -

-
+ + + +
+
+

+
+ +

+ + +

+
+ +

+
@@ -53,20 +58,20 @@ {{ seat }}
- +
+ +
+
-
-
- -
+
-
+

Objednávka

Typ cesty: @@ -205,19 +210,21 @@ export default { background-color: lightgreen; } .col{ - width: 40%; + width: 70%; background-color: rgb(255, 255, 255); margin: 0 left; - opacity: 0.8; + opacity: 0.8; } .hlavni{ width: 50%; - margin: 0 auto; + margin: 0 auto; + background-color: white; + } .hlava{ width: 100%; - background-color: + margin: 0 auto; } #app{ background-image: url("./assets/leta.jpeg"); @@ -228,8 +235,19 @@ export default { h1,h2,h3,p { font-family: Arial, Helvetica, sans-serif; } - .sedadlo{ - width: 170px; + + .druha{ + width: 30%; + float: left; + + } + .col1{ + width: 100%; + } + .hlavni2{ + width: 80%; + margin: 0 auto; + } @media (max-width: 500px) {