mobile
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?php $dontShowFooter = isset($dont_show_footer) && $dont_show_footer === true ?>
|
||||
|
||||
<?php if (!$dontShowFooter): ?>
|
||||
<div class="container <?= remember("") ?>" style="display:flex; justify-content: space-between">
|
||||
<div style="display: flex; justify-content: space-between; align-items: center; width: 439px;">
|
||||
<div class="container content-footer <?= remember("") ?>">
|
||||
<div class="content-footer-socials">
|
||||
<a href="https://www.instagram.com/thealit_fkl/" class="block link">Instagram</a>
|
||||
<a href="https://www.thealit.de" class="block link">Thealit</a>
|
||||
<a href="https://www.thealit.de/newsletter" class="block link">Newsletter</a>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
<div id="menu-container">
|
||||
<div style="display: flex; height: 36pt; position: absolute; top: 22pt; left: 22pt">
|
||||
<div style="width: 376pt; margin-left: 1px;">
|
||||
<div style="margin-left: 1px;">
|
||||
<button id="menu_open" aria-label="Menu Open" class="menu-button no-button flex" style="gap: 10px"><div></div><div></div><div></div></button>
|
||||
<button id="menu_close" aria-label="Menu Close" class="menu-button no-button" style="margin-top: 4px"><div style="transform: rotate(45deg);"></div><div style="transform: translate(0,-6px) rotate(135deg);"></div></button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user