diff options
author | Hakaba Hitoyo <example@example.com> | 2018-02-04 00:31:46 +0900 |
---|---|---|
committer | Hakaba Hitoyo <example@example.com> | 2018-02-04 00:31:46 +0900 |
commit | a2fac9b0e8203fb686b1d80894457b2ac74ca3bc (patch) | |
tree | f66eafe1f64950d4f9af5b8d620029142c0fa7af | |
parent | bffc78f2a853943be2f81fdd901c3279a9920737 (diff) | |
download | pleroma-a2fac9b0e8203fb686b1d80894457b2ac74ca3bc.tar.gz |
adjust panel.html
-rw-r--r-- | priv/static/instance/panel.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/priv/static/instance/panel.html b/priv/static/instance/panel.html index 69fa1b926..ae9647837 100644 --- a/priv/static/instance/panel.html +++ b/priv/static/instance/panel.html @@ -1 +1,4 @@ -This is a <a href="https://pleroma.social" target="_blank">Pleroma</a> instance. +<div style="margin-left:12px; margin-right:12px"> +<p>This is a <a href="https://pleroma.social" target="_blank">Pleroma</a> instance.</p> +</div> + |