From 8d7c91ada4b757d19d0f0539d9a1f462edee3bb5 Mon Sep 17 00:00:00 2001 From: Jorge Arias Date: Fri, 13 Nov 2015 21:39:20 -0300 Subject: [PATCH] Centered text in navbar for mobile --- css/grayscale.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/css/grayscale.scss b/css/grayscale.scss index e345d84..04422b9 100644 --- a/css/grayscale.scss +++ b/css/grayscale.scss @@ -92,6 +92,7 @@ a { } } .nav { + text-align: center; li { a { -webkit-transition: background .3s ease-in-out;