diff --git a/web/assets/bundle.css b/web/assets/bundle.css index 768510764..c5e1959c2 100644 --- a/web/assets/bundle.css +++ b/web/assets/bundle.css @@ -27,11 +27,11 @@ body header, body footer, body .fullWidth { grid-column: 1/-1; } -body aside.left { +body .left { grid-column: 1; } -body aside.right { +body .right { grid-column: 3; } @@ -84,11 +84,11 @@ button { color: #de8957; } -aside.logo { +.logo { justify-self: center; } -aside.logo img { +.logo img { height: 30vh; } @@ -167,7 +167,7 @@ footer a { grid-template-columns: 1fr 92% 1fr; } - body footer, body aside.left, body aside.right { + body footer, body .left, body .right { grid-column: 2; } diff --git a/web/source/style.css b/web/source/style.css index 574293eda..5645e30e4 100644 --- a/web/source/style.css +++ b/web/source/style.css @@ -34,11 +34,11 @@ body { grid-column: 1/-1; } - aside.left { + .left { grid-column: 1; } - aside.right { + .right { grid-column: 3; } } @@ -92,7 +92,7 @@ button { color: $acc1; } -aside.logo { +.logo { justify-self: center; img { height: 30vh; @@ -174,7 +174,7 @@ footer { body { grid-template-columns: 1fr 92% 1fr; - footer, aside.left, aside.right { + footer, .left, .right { grid-column: 2; } } diff --git a/web/template/index.tmpl b/web/template/index.tmpl index ba48e92ec..63b127b5f 100644 --- a/web/template/index.tmpl +++ b/web/template/index.tmpl @@ -1,16 +1,15 @@ {{ template "header.tmpl" .}} - +

Home to {{.instance.Stats.user_count}} users who posted {{.instance.Stats.status_count}} statuses, federating with {{.instance.Stats.domain_count}} other instances.

-

This is the default landing page, you can edit it from ./web/template/index.tmpl

-

+

{{.instance.ShortDescription}} -

+
@@ -24,7 +23,7 @@
-

Pinafore

+

Pinafore

Pinafore is a web client designed for speed and simplicity.

Use Pinafore
@@ -32,7 +31,7 @@
-

Tusky

+

Tusky

Tusky is a lightweight mobile client for Android

Get Tusky