guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: website: blog: Fix spacing of line separator in n


From: Florian Pelz
Subject: branch master updated: website: blog: Fix spacing of line separator in navbar.
Date: Sun, 02 Aug 2020 08:00:52 -0400

This is an automated email from the git hooks/post-receive script.

pelzflorian pushed a commit to branch master
in repository guix-artwork.

The following commit(s) were added to refs/heads/master by this push:
     new 00c66cd  website: blog: Fix spacing of line separator in navbar.
00c66cd is described below

commit 00c66cd5af89bd42999aa5e39ea10e686c2694e3
Author: Florian Pelz <pelzflorian@pelzflorian.de>
AuthorDate: Sun Aug 2 13:24:33 2020 +0200

    website: blog: Fix spacing of line separator in navbar.
    
    Previously, only in blog posts, the margin would be too large.
    Follow-up to 571e1a416e1148139923418bf801ddb6b17723c3.
    
    * website/static/blog/css/post.css (audio, img, video): Change
    CSS selectors to only affect multimedia elements in the article.
---
 website/static/blog/css/post.css | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/website/static/blog/css/post.css b/website/static/blog/css/post.css
index f668dda..57d7f0d 100644
--- a/website/static/blog/css/post.css
+++ b/website/static/blog/css/post.css
@@ -8,9 +8,9 @@ h5 {
     font-size: 1.5em;
 }
 
-audio,
-img,
-video {
+article audio,
+article img,
+article video {
     display: block;
     margin: 50px auto;
     max-width: 100%;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]