diff --git a/index.html b/index.html index 93accb7..562d417 100644 --- a/index.html +++ b/index.html @@ -29,13 +29,27 @@ -
-
+
+
To, co se děje u nich doma, nevidíte …

… ale mají kolem sebe jiné svědky, kteří to bohužel vidí.

-
- videos +
+ player +
+
+
+ . +
+
+ . +
+
+ . +
+
+
+ button
diff --git a/sass/style.scss b/sass/style.scss index d578e57..2398957 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -157,16 +157,28 @@ body.noscroll { } section { - max-width: 65%; - margin: 0 auto; - text-align: center; + display: grid; + grid-template-columns: 1fr; - .title { - font-weight: bold; - font-size: 1.953rem; + .text { + max-width: 30rem; + margin: 0 auto; + text-align: center; + + .title { + font-weight: bold; + font-size: 1.953rem; + } + + p { + font-size: 1.25rem; + } } - p { - font-size: 1.25rem; + + .video-list { + display: flex; + justify-content: center; + gap: 1rem; } } } @@ -359,6 +371,19 @@ footer { } @media only screen and (min-width: $size-mobile) { + + .intro section { + grid-template-columns: 1fr 1fr; + + .video-list { + grid-column: 2; + } + + .button { + grid-column: 1; + } + } + .faq-list .faq { &:before, &:last-child:after {