From 356224df4d31d88416c0414056ad83e9d16f8072 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 31 Jan 2015 20:37:11 -0800 Subject: [PATCH] make contact social media link names bigger --- views/contact.moon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/contact.moon b/views/contact.moon index decf85c..8642b30 100644 --- a/views/contact.moon +++ b/views/contact.moon @@ -25,4 +25,4 @@ class Index extends Widget div class: "col-md-4", -> img src: "/static/img/contact/medium.jpg", height: 250, width: 250 - a href: "http://medium.com/@theprincessxena", "Medium" + a class: "lead", href: "http://medium.com/@theprincessxena", "Medium"