Updates Tainacan Font with Telegram and WhatsApp icon. Adjusts image fit on page banner.

This commit is contained in:
mateuswetah 2020-06-17 18:27:29 -03:00
parent 92b8e5f866
commit 3e98b4635e
9 changed files with 14 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -263,6 +263,13 @@
&.tainacan-icon-share {
left: 45%;
}
&.tainacan-icon-telegram {
margin-top: 0.1rem;
margin-left: -0.01rem;
}
&.tainacan-icon-whatsapp {
margin-top: 0rem;
}
}
&.trigger {
opacity: 1;

View File

@ -744,6 +744,11 @@ nav{
.page-header.page-header--image-full {
height: auto;
display: block;
&>img {
width: 100%;
object-fit: cover;
}
}
.page-template-landing article section.tainacan-content,

File diff suppressed because one or more lines are too long