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;
}