add wa number and format accordingly

This commit is contained in:
Yannik Schmidt
2021-05-15 17:39:04 +02:00
parent 8e5b24d122
commit 4cee5a9cf7
2 changed files with 16 additions and 3 deletions

View File

@@ -11,6 +11,11 @@ body {
#background: linear-gradient(30deg, rgba(255,255,255,1) 0%, rgba(105,154,194,1) 35%, rgba(105,154,194,1) 78%, rgba(255,255,255,1) 100%);
}
.a-special{
text-decoration: "underline" !important;
color: black;
}
.no-mobile-display{
display: block;
}

View File

@@ -27,9 +27,17 @@
src="{{ conf['WALLPAPER_URL'] }}">
</div>
<div class="col">
<h1 class="mt-4 title-responsive text-color-special ths-text-cg">
Tel: 0911 / 7530-177 <br>
Fax: 0911 / 7568-722
<h1 class="mt-4 title-responsive text-color-special ths-text-cg"
style="line-height:30px;">
<strong>Tel:</strong> <a class="a-special" href="09117530177"> 0911 / 7530-177 </a>
<br>
<strong>Mail:</strong> <a class="a-special" href="info@thermoscan.de">
info@thermoscan.de
</a>
<br>
<strong>
<a href="https://wa.me/4915122752122">WhatsApp</a>
</strong>
</h1>
</div>
</div>