From ceb335e7289d59c79d8b44066fc6467914fbbd01 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Fri, 12 Aug 2016 05:09:10 +0000 Subject: [PATCH] use border radius on profile image --- app/assets/stylesheets/mobile.css.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/mobile.css.erb b/app/assets/stylesheets/mobile.css.erb index b017592d..581dfc29 100644 --- a/app/assets/stylesheets/mobile.css.erb +++ b/app/assets/stylesheets/mobile.css.erb @@ -121,4 +121,5 @@ li.mobileMenuUser { display: inline-block; vertical-align: middle; margin-right: 10px; + border-radius: 16px; } \ No newline at end of file