mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-30 08:32:26 -05:00
Merge commit '99fab9c6b6' into frogend-restructure
This commit is contained in:
commit
34ce7127a2
2 changed files with 12 additions and 9 deletions
|
|
@ -70,6 +70,7 @@ header {
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
align-self: center;
|
align-self: center;
|
||||||
|
color: $fg;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue