Merge commit '99fab9c6b6' into frogend-restructure

This commit is contained in:
f0x 2022-06-08 02:46:23 +02:00
commit 34ce7127a2
2 changed files with 12 additions and 9 deletions

View file

@ -70,6 +70,7 @@ header {
h1 { h1 {
align-self: center; align-self: center;
color: $fg;
} }
} }
} }

View file

@ -18,12 +18,14 @@
</head> </head>
<body> <body>
<div class="page"> <div class="page">
<header> <a href="/" class="nounderline">
<img src="/assets/logo.png" alt="Instance Logo"/> <header>
<div> <img src="/assets/logo.png" alt="Instance Logo"/>
<h1> <div>
{{.instance.Title}} <h1>
</h1> {{.instance.Title}}
</div> </h1>
<div></div> </div>
</header> <div></div>
</header>
</a>