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 1d8e8f1dccbbfcf319eea699256d5a7a1fb7b8c5
parent 10697a791c894b11e9c02a747e796955d14bb901
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 14 Mar 2018 22:17:05 +0100

Some slight Css variations

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

diff --git a/src/app/tweet-list/tweet-list.component.scss b/src/app/tweet-list/tweet-list.component.scss @@ -10,9 +10,6 @@ @media (min-width: 60em) { grid-template-columns: repeat(4, 1fr); } - img { - max-height: 250px; - } } @@ -26,7 +23,7 @@ display: block; } -.grid > article div { +.grid > article > div { position: relative; display: inline-block; /* if you need ie6/7 support */ @@ -35,7 +32,7 @@ } .text { - padding: 0 20px 20px; + padding: 0 20px 0 20px; } .text > ul { padding: 10px;