Starting the rebranding of Mastodon to Instante social
This commit is contained in:
parent
5159ba26e4
commit
164fd923ba
|
@ -860,6 +860,18 @@ $small-breakpoint: 960px;
|
|||
}
|
||||
}
|
||||
|
||||
table.brand-img {
|
||||
td.img > img {
|
||||
max-width: 5em;
|
||||
margin-right: 1em;
|
||||
}
|
||||
td.name {
|
||||
font-size: 4em;
|
||||
vertical-align: middle;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
.brand {
|
||||
position: relative;
|
||||
text-decoration: none;
|
||||
|
|
|
@ -8,7 +8,12 @@
|
|||
.landing
|
||||
.landing__brand
|
||||
= link_to root_url, class: 'brand' do
|
||||
= svg_logo_full
|
||||
%table.brand-img
|
||||
%tbody
|
||||
%tr
|
||||
%td.img
|
||||
%img{"src" => "/apple-touch-icon.png"}
|
||||
%td.name='Instante'
|
||||
%span.brand__tagline=t 'about.tagline'
|
||||
|
||||
.landing__grid
|
||||
|
|
|
@ -35,7 +35,7 @@ es-MX:
|
|||
one: estado
|
||||
other: estados
|
||||
status_count_before: Qué han escrito
|
||||
tagline: Seguir a amigos existentes y descubre nuevos
|
||||
tagline: La red social del momento
|
||||
terms: Condiciones de servicio
|
||||
unavailable_content: Contenido no disponible
|
||||
unavailable_content_description:
|
||||
|
|
|
@ -35,7 +35,7 @@ es:
|
|||
one: estado
|
||||
other: estados
|
||||
status_count_before: Qué han escrito
|
||||
tagline: Seguir a amigos existentes y descubre nuevos
|
||||
tagline: La red social del momento
|
||||
terms: Condiciones de servicio
|
||||
unavailable_content: Contenido no disponible
|
||||
unavailable_content_description:
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 16 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 14 KiB |
Loading…
Reference in New Issue