Changed color of businesscard and added a bit more support for mobile view. Still broken

This commit is contained in:
2018-07-16 23:48:42 +02:00
committed by Dennis Potter
parent d387cc8d59
commit 722d3bca0c
4 changed files with 99 additions and 51 deletions

View File

@@ -160,7 +160,7 @@
------------------------------------------------------*/
// Adapt Riot logo to format of fontawesome icons
var faHeight = document.getElementById('contact-fa').clientHeight * 1.3;
var faHeight = document.getElementById('contact-phone').clientHeight * 1.3;
document.getElementById('contact-riot-logo').setAttribute("style","height:"+faHeight+"px; width:"+faHeight+"px");
});