From d2394b9f5b1b0612952b36eb211336888e184baf Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 31 Jan 2015 20:35:16 -0800 Subject: [PATCH] views/contact: space images out a little --- views/contact.moon | 1 + 1 file changed, 1 insertion(+) diff --git a/views/contact.moon b/views/contact.moon index e94bc3e..8a93c10 100644 --- a/views/contact.moon +++ b/views/contact.moon @@ -2,6 +2,7 @@ import Widget from require "lapis.html" class Index extends Widget content: => + style [[ img { padding-top: 25px; padding-right: 25px; padding-bottom: 25px; padding-left: 25px; } ]] center -> h1 "Contact Info"