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 72736b8217f06c5205d5d8806442dc7dcbdc74ef
parent 92e5fa9a765970d184788dd790e47c90a33ce7ce
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 15 Mar 2018 17:34:04 +0100

Make Title cleaner

Diffstat:
Msrc/app/app.component.scss | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/app/app.component.scss b/src/app/app.component.scss @@ -11,7 +11,7 @@ header { display: flex; flex-direction: column; align-items: center; - padding: 1rem; + padding: 1rem 0.5rem 1rem 0.5rem; background-color: #fff; border-bottom: 1px solid #ccc; @media (min-width: 40rem) { @@ -32,7 +32,7 @@ header { .logo--link { display: block; - border: 1px solid #ccc; + color: #333; &:hover { opacity: .7; }