From 7cc5bfce7fbbf2cfad4f684423e4b958a5e4b128 Mon Sep 17 00:00:00 2001 From: dandds Date: Wed, 12 Jun 2019 11:06:47 -0400 Subject: [PATCH] set flex position of home screen icons --- styles/core/_util.scss | 2 +- styles/sections/_home.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/core/_util.scss b/styles/core/_util.scss index 2a6a0ba7..cbcf8e8a 100644 --- a/styles/core/_util.scss +++ b/styles/core/_util.scss @@ -64,7 +64,7 @@ } svg > path { - transform: translate(0,5px); + transform: translate(0, 5px); } } } diff --git a/styles/sections/_home.scss b/styles/sections/_home.scss index e7b023af..8a1dc49a 100644 --- a/styles/sections/_home.scss +++ b/styles/sections/_home.scss @@ -28,7 +28,7 @@ } .links { - justify-content: normal; + justify-content: flex-start; .icon-link:first-child { padding-left: 0;