Skip to content

Commit 7e27cea

Browse files
committed
Social media in de footer voorzien van een foto
Signed-off-by: JobVulkers <55084678+JobVulkers@users.noreply.github.com>
1 parent d7a0590 commit 7e27cea

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

css/header_footer.css.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,3 +249,12 @@
249249
margin-left: 70vw;
250250
background: <?php echo VENDOR_THEME_COLOR_BACKGROUND ?>;
251251
}
252+
/* De opmaak voor de social media foto's*/
253+
.social-media-foto{
254+
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
255+
filter: grayscale(100%);
256+
257+
width:5vw;
258+
height:5vw;
259+
260+
}

0 commit comments

Comments
 (0)