guix-commits
[Top][All Lists]
Advanced

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

branch master updated: css: Remove horizontal padding.


From: Mathieu Othacehe
Subject: branch master updated: css: Remove horizontal padding.
Date: Mon, 29 Mar 2021 07:38:32 -0400

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

mothacehe pushed a commit to branch master
in repository guix-cuirass.

The following commit(s) were added to refs/heads/master by this push:
     new c52b4c5  css: Remove horizontal padding.
c52b4c5 is described below

commit c52b4c535451ecc819c7ea986481d7ccc1613df0
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Mar 29 13:37:52 2021 +0200

    css: Remove horizontal padding.
    
    * src/static/css/cuirass.css (.content): Remove horizontal padding.
---
 src/static/css/cuirass.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/static/css/cuirass.css b/src/static/css/cuirass.css
index 3984b80..14a7b29 100644
--- a/src/static/css/cuirass.css
+++ b/src/static/css/cuirass.css
@@ -12,7 +12,7 @@ body {
 
 .content {
     flex: 1 0 auto;
-    padding: 1em;
+    padding: 1em 0em 1em;
 }
 
 #search input:focus {



reply via email to

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