Several changes to contact section
* Fixed distorted profile picture * Fixed styling of links * Added links * Replaced Riot.IM logo with Matrix logo * Removed some obsolete code
This commit is contained in:
@@ -159,9 +159,9 @@
|
||||
/* contact
|
||||
------------------------------------------------------*/
|
||||
|
||||
// Adapt Riot logo to format of fontawesome icons
|
||||
var faHeight = document.getElementById('contact-phone').clientHeight * 1.3;
|
||||
document.getElementById('contact-riot-logo').setAttribute("style","height:"+faHeight+"px; width:"+faHeight+"px");
|
||||
// Adapt Matrix logo to format of fontawesome icons
|
||||
var faWidth = document.getElementById('contact-email').clientWidth;
|
||||
document.getElementById('contact-matrix-logo').setAttribute("style","height:"+faWidth+"px; width:"+faWidth+"px");
|
||||
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user