socialnetworknews-web

A open-source Paper.li clone
git clone git://archive.git.mtrnord.blog/SocialNetworkNews/socialnetworknews-web.git
Log | Files | Refs | README | LICENSE

commit c56bda61ec777cf97e5fc8696a00d2a2f20022d4
parent fff1d3121bf7333069c49fd485f4e22892b833fd
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 21 Mar 2018 19:43:52 +0100

Give the nav a bit more margin to the right

Diffstat:
Msrc/app/app.component.scss | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/app/app.component.scss b/src/app/app.component.scss @@ -47,6 +47,7 @@ nav { @media (min-width: 40rem) { margin-top: 0; margin-left: auto; + margin-right: 5px; } }