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%); #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{ .no-mobile-display{
display: block; display: block;
} }

View File

@@ -27,9 +27,17 @@
src="{{ conf['WALLPAPER_URL'] }}"> src="{{ conf['WALLPAPER_URL'] }}">
</div> </div>
<div class="col"> <div class="col">
<h1 class="mt-4 title-responsive text-color-special ths-text-cg"> <h1 class="mt-4 title-responsive text-color-special ths-text-cg"
Tel: 0911 / 7530-177 <br> style="line-height:30px;">
Fax: 0911 / 7568-722 <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> </h1>
</div> </div>
</div> </div>