Add responsive design

This commit is contained in:
Eugen Rochko 2018-10-06 02:34:46 +02:00
parent 50f87589cb
commit feca9ba8a6
5 changed files with 65 additions and 7 deletions

View file

@ -4,7 +4,7 @@
<h1>{{ .Title }}</h1>
<div class="e-content">
{{.Content}}
{{ .Content }}
<p><i class="fas fa-language"></i> <strong>Available languages:</strong></p>

View file

@ -6,7 +6,7 @@
</div>
</a>
<p class="legal" style="float: right; text-align: right">
<p class="legal legal--right">
<a href='https://joinmastodon.org'>Join Mastodon</a> · <a href='https://bridge.joinmastodon.org'>Find Twitter friends</a> · <a href='https://blog.joinmastodon.org'>Blog</a> · <a href='https://mastodon.social/@Mastodon' target='_blank'><i class='fab fa-mastodon'></i></a> · <a href='https://twitter.com/MastodonProject' rel='nofollow' target='_blank'><i class='fab fa-twitter'></i></a> · <a href='https://facebook.com/joinmastodon' rel='nofollow' target='_blank'><i class='fab fa-facebook'></i></a>
</p>