add meta tags for better social media sharing link preview

This commit is contained in:
Bilal Catic
2019-10-21 10:01:06 +02:00
parent b1ec1a030f
commit 8a217cc377
3 changed files with 14 additions and 13 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@@ -61,18 +61,6 @@ body {
box-sizing: border-box;
}
#floating-panel {
top: 10px;
left: 25%;
z-index: 5;
background-color: #fff;
border: 1px solid #999;
text-align: center;
font-family: "Roboto", "sans-serif";
line-height: 30px;
padding: 5px 5px 5px 10px;
}
.btn:hover {
background-color: white;
color: #02adba;