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 <[email protected]>
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