From 39d3018a10bf9fd075feb947bfb8ad1747384a3d Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 31 Jan 2015 20:29:04 -0800 Subject: [PATCH] views/contact: make logos smaller --- views/contact.moon | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/views/contact.moon b/views/contact.moon index 07a9948..e94bc3e 100644 --- a/views/contact.moon +++ b/views/contact.moon @@ -15,13 +15,13 @@ class Index extends Widget div class: "row", -> div class: "col-md-4", -> - img src: "/static/img/contact/github.png", height: 350, width: 350 + img src: "/static/img/contact/github.png", height: 150, width: 150 a href: "http://github.com/Xe", "GitHub" div class: "col-md-4", -> - img src: "/static/img/contact/twitter.png", height: 350, width: 350 + img src: "/static/img/contact/twitter.png", height: 150, width: 150 a href: "http://twitter.com/theprincessxena", "Twitter" div class: "col-md-4", -> - img src: "/static/img/contact/medium.jpg", height: 350, width: 350 + img src: "/static/img/contact/medium.jpg", height: 150, width: 150 a href: "http://medium.com/@theprincessxena", "Medium"