mirror of
				https://github.com/Theodor-Springmann-Stiftung/musenalm.git
				synced 2025-10-31 02:05:32 +00:00 
			
		
		
		
	Styling things on the front page
This commit is contained in:
		| @@ -3,14 +3,18 @@ | ||||
| 	class="pb-1.5 border-b border-zinc-300" | ||||
| 	x-data="{ openeditionmenu: window.location.pathname.startsWith('/edition/')}"> | ||||
| 	<div class="flex flex-row justify-between"> | ||||
| 		<div> | ||||
| 			<h1 class="font-bold">{{ .site.title }}</h1> | ||||
| 			<h2 class="italic">{{ .site.desc }}</h2> | ||||
| 		<div class="flex flex-row gap-x-3"> | ||||
| 			<div class="grow-0"><img class="h-14 w-14 border" src="/assets/favicon.png" /></div> | ||||
| 			<div class="flex flex-col"> | ||||
| 				<h1 class="font-bold text-2xl tracking-wide">{{ .site.title }}</h1> | ||||
| 				<h2 class="italic">{{ .site.desc }}</h2> | ||||
| 			</div> | ||||
| 		</div> | ||||
|  | ||||
| 		<nav | ||||
| 			class="self-end font-serif font-bold flex flex-row gap-x-4 [&>a]:no-underline | ||||
| 		 [&>*]:px-1.5 [&>*]:pt-1 [&>*]:-mb-1.5"> | ||||
| 		 [&>*]:px-1.5 [&>*]:pt-1 [&>*]:-mb-1.5" | ||||
| 			hx-boost="false"> | ||||
| 			<a | ||||
| 				href="/reihen/" | ||||
| 				{{ if and $model.page (HasPrefix $model.page.Path "/reihe") -}} | ||||
|   | ||||
| @@ -29,7 +29,7 @@ | ||||
| 		</script> | ||||
| 	</head> | ||||
|  | ||||
| 	<body class="w-full" hx-ext="response-targets" hx-boost="true"> | ||||
| 	<body class="w-full" hx-ext="response-targets" hx-boost="false"> | ||||
| 		<div class="container flex flex-col min-h-screen max-w-(--breakpoint-xl) mx-auto px-3 py-3.5"> | ||||
| 			<header class="" id="header"> | ||||
| 				{{ block "_menu" . }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Simon Martens
					Simon Martens