diff --git a/source/_patterns/01-molecules/11-flip-clock/flip-clock.mustache b/source/_patterns/01-molecules/11-flip-clock/flip-clock.mustache index 0f645d47604ba4d917857fa140670bca0116121f..b69448bda721ce3ef67acadbfdcd24c497aa65be 100644 --- a/source/_patterns/01-molecules/11-flip-clock/flip-clock.mustache +++ b/source/_patterns/01-molecules/11-flip-clock/flip-clock.mustache @@ -2,7 +2,7 @@ <ui-flip-clock clock-classes="{{ clockClasses }}" slot-classes="{{ slotClasses }}" - deadline="2022-07-05 17:00:00" + deadline="2021-10-08 12:00:00" {{# units }}units="{{ units }}"{{/ units }} /> </div> diff --git a/source/_patterns/02-organisms/03-hero/hero-alt-pirati-stan.mustache b/source/_patterns/02-organisms/03-hero/hero-alt-pirati-stan.mustache index edd233cdaa606fce5cbb552a2039c458dd729dbb..d05681b5cf87c9c95a035c73cebf2584eff4d5ed 100644 --- a/source/_patterns/02-organisms/03-hero/hero-alt-pirati-stan.mustache +++ b/source/_patterns/02-organisms/03-hero/hero-alt-pirati-stan.mustache @@ -5,10 +5,10 @@ <h1 class="head-alt-md sm:head-alt-lg max-w-xs">ŽIVOTNÍ PROSTŘEDÍ</h1> </div> <div class="col-span-4 lg:col-span-12 bg-black text-white pl-8 md:pl-24 lg:pl-32 pr-4 md:pr-16 py-4 md:py-12"> - <img src="/images/archetype/prostredi.svg" height="128" style="filter:invert(1)" width="128"> + <img src="/images/archetype/prostredi.svg" height="128" style="filter:invert(1)" width="128" class="hero-alt-archaico"> </div> </div> - <div class="col-span-12 lg:col-span-7 bg-lemon pl-16 pr-16 lg:pr-32 py-12"> + <div class="col-span-12 lg:col-span-7 bg-lemon pl-4 pr-4 lg:pr-32 py-12"> <p class="para">{{ excerpt.short }}{{ excerpt.medium }}{{ excerpt.medium }}{{ excerpt.long }}</p> </div> </div> diff --git a/source/_patterns/02-organisms/03-hero/hero-pirati-stan.mustache b/source/_patterns/02-organisms/03-hero/hero-pirati-stan.mustache index 901aaf157b746571ca590f6f67cf6e5a915f56c9..d4af05c4e006e61f1e9dfa9451a0d6573dc5818b 100644 --- a/source/_patterns/02-organisms/03-hero/hero-pirati-stan.mustache +++ b/source/_patterns/02-organisms/03-hero/hero-pirati-stan.mustache @@ -1,4 +1,4 @@ -<article class="relative bg-lemon md:bg-split-color px-4 md:pl-8 md:pr-0 2xl:px-8 hero py-0 w-full {{ classes }}"> +<article class=" {{# listing}} hero-listing {{/ listing}}relative bg-lemon md:bg-split-color px-4 md:pl-8 md:pr-0 2xl:px-8 hero py-0 w-full {{ classes }}"> {{^ listing}} <div class="2xl:container w-auto bg-lemon md:pl-20 pr-0 grid {{# simpleHero}}lg:grid-rows-1 h-40 sm:h-56 md:h-64 {{/ simpleHero}}{{^ simpleHero}}lg:grid-rows-2{{/ simpleHero}} lg:grid-cols-7 items-center 2xl:mx-auto"> <div class="lg:row-span-1 lg:col-span-4 order-1 {{^ simpleHero}}pt-14 {{/ simpleHero}}md:pr-20"> diff --git a/source/css/organisms/hero-pirati-stan.pcss b/source/css/organisms/hero-pirati-stan.pcss index 189be0a9a1f555fb665a6a56a58e6d6638569a7c..014761be20b8f6dc1767628aee721e4f7a61770b 100644 --- a/source/css/organisms/hero-pirati-stan.pcss +++ b/source/css/organisms/hero-pirati-stan.pcss @@ -4,4 +4,15 @@ background: linear-gradient(to right, theme('colors.acidgreen') 50%, theme('colors.lemon') 50%); } } -} \ No newline at end of file +} + +@media only screen and (max-width: 600px) { + .hero-listing { + display: none; + } + + .hero-alt-archaico { + width: 70%!important; + } +} +