Merge branch 'custom-logo-bliss'

# Conflicts:
#	Gemfile.lock
This commit is contained in:
tykayn 2021-11-15 10:09:00 +01:00
commit dc4cc65614
4 changed files with 11 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 KiB

View File

@ -6,6 +6,7 @@
@import 'mastodon/reset';
@import 'mastodon/basics';
@import 'mastodon/custom';
@import 'mastodon/containers';
@import 'mastodon/lists';
@import 'mastodon/footer';

View File

@ -0,0 +1,6 @@
.custom-img img{
width: 100%;
max-width: 50vw;
display: block;
margin: 0 auto;
}

View File

@ -6,6 +6,10 @@
= render partial: 'shared/og'
.landing
.landing__custom_img
= link_to root_url, class: 'custom-img' do
= image_tag asset_pack_path('media/images/bliss/home.jpg'), alt: @instance_presenter.site_title
%span.brand__tagline=t 'about.tagline'
.landing__brand
= link_to root_url, class: 'brand' do
= svg_logo_full