Tweaked moblile layout

This commit is contained in:
Simon Martens
2022-11-27 11:20:27 +01:00
parent 9440c6eccf
commit 06e228a5a2
8 changed files with 57 additions and 50 deletions

View File

@@ -3,16 +3,16 @@
ViewData["SEODescription"] = "Johann Georg Hamann: Kommentierte Edition der Werke und Briefe. Herausgegeben von Janina Reibold und Leonard Keidel.";
}
<div class="ha-static">
<div class="border border-solid border-gray-300 px-12 py-6 unhyphenate mb-6 desktop:mb-10">
<div class="ha-static pt-4 md:pt-8">
<div class="border border-solid border-gray-300 px-4 py-3 md:px-12 md:py-6 unhyphenate mb-6 desktop:mb-10">
<p>Die Ausgabe ist ein Projekt der Theodor Springmann Stiftung in Kooperation mit dem Germanistischen Seminar der Universität Heidelberg.
<p><a asp-controller="Home" asp-action="Kontakt" class="dark:text-slate-50 text-hamannSlate-900">Kontakt</a>
</div>
<div class="desktop:flex desktop:flex-row desktop:items-stretch desktop:gap-x-10">
<div class="border border-solid border-gray-300 px-9 py-6 mb-6 desktop:mb-0 desktop:basis-1/2 desktop:grow-1 desktop:shrink-1">
<div class="border border-solid border-gray-300 px-4 py-3 md:px-9 md:py-6 mb-6 desktop:mb-0 desktop:basis-1/2 desktop:grow-1 desktop:shrink-1">
<a asp-controller="Index" asp-action="Index" class="!no-underline !hover:no-underline">
<div class="flex flex-row gap-x-3 pb-1">
<div class="flex flex-row gap-x-3 pb-1 md:min-h-[4.5rem]">
<img src="/img/HKB.png" class="w-10 h-10 desktop:w-16 desktop:h-16 mr-2 border dark:border-none border-gray-300 shadow-sm" alt="HKB-Logo" />
<h2 class="!mt-0 !mb-0">Kommentierte Briefausgabe</h2>
</div>
@@ -25,9 +25,9 @@
<p><a asp-controller="Edition" asp-action="Editionsgeschichte" class="dark:text-slate-50 text-hamannSlate-900">Editionsgeschichte</a>
</div>
<div class="border border-solid border-gray-300 px-9 py-6 mb-10 desktop:mb-0 desktop:basis-1/2 desktop:grow-1 desktop:shrink-1">
<div class="border border-solid border-gray-300 px-4 py-3 md:px-9 md:py-6 mb-10 desktop:mb-0 desktop:basis-1/2 desktop:grow-1 desktop:shrink-1">
<a asp-controller="HKW" asp-action="Index" class="!no-underline !hover:no-underline">
<div class="flex flex-row gap-x-3 pb-1">
<div class="flex flex-row gap-x-3 pb-1 md:min-h-[4.5rem]">
<img src="/img/HKW.png" class="w-10 h-10 desktop:w-16 desktop:h-16 mr-2 border dark:border-none border-gray-300 shadow-sm" alt="HKW-Logo" />
<h2 class="!mt-0 !mb-0">Historisch-kritische und kommen&shy;tierte Edition ausgewählter Werke</h2>
</div>