mobile
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php snippet('header') ?>
|
||||
|
||||
<div class="bg-white-green container" style="padding-left: 179pt; padding-bottom: 79pt">
|
||||
<div class="bg-white-green container headline" style="padding-bottom: 79pt">
|
||||
<h4 class="uppercase font-kobata leading-none"><?= $page->title() ?></h4>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php snippet('header') ?>
|
||||
|
||||
<div class="<?= randomBg() ?> container" style="padding-left: 179pt; padding-bottom: 79pt">
|
||||
<div class="<?= randomBg() ?> container headline" style="padding-bottom: 79pt">
|
||||
<h4 class="uppercase font-kobata leading-none"><?= $page->title() ?></h4>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -3,11 +3,11 @@
|
||||
/** @var Kirby\Cms\Site $site */
|
||||
/** @var Kirby\Cms\Page $page */ ?>
|
||||
|
||||
<div class="bg-orange-white container" style="padding-left: 179pt">
|
||||
<div class="bg-orange-white container headline">
|
||||
<h4 class="uppercase font-kobata leading-none"><?= $page->title() ?></h4>
|
||||
</div>
|
||||
|
||||
<div class="bg-orange-white container">
|
||||
<div class="bg-orange-white container project-list">
|
||||
<?php foreach ($page->children()->listed() as $project): ?>
|
||||
<a href="<?= $project->url() ?>" class="link" style="line-height: 57pt">
|
||||
<span class="font-kobata"><?= $project->start_date()->toDate('d.m.') ?>-<?= $project->end_date()->toDate('d.m.') ?></span>
|
||||
@@ -16,7 +16,7 @@
|
||||
<?php endforeach ?>
|
||||
</div>
|
||||
|
||||
<div class="container bg-white-lila" style="padding-left: 179pt">
|
||||
<div class="container bg-white-lila headline">
|
||||
<h4 class="uppercase font-kobata leading-none">ART RESIDENCIES + INTERMISSIONS</h4>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user