gnunet-svn
[Top][All Lists]
Advanced

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

[gnunetbib] branch master updated: css: 100% not 70%


From: gnunet
Subject: [gnunetbib] branch master updated: css: 100% not 70%
Date: Mon, 01 Jun 2020 16:09:08 +0200

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

nikita pushed a commit to branch master
in repository gnunetbib.

The following commit(s) were added to refs/heads/master by this push:
     new da970d4  css: 100% not 70%
da970d4 is described below

commit da970d49d3a562d29890b1bd64898d58b7621236
Author: nikita <nikita@n0.is>
AuthorDate: Mon Jun 1 16:03:40 2020 +0200

    css: 100% not 70%
---
 css/main.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/css/main.css b/css/main.css
index c75c413..bfb829f 100644
--- a/css/main.css
+++ b/css/main.css
@@ -9,9 +9,9 @@ BODY {
   width: 70%;
 }
 
-@media screen and (min-width 300px) and (max-width: 500px) {
+@media screen and (min-width: 300px) and (max-width: 500px) {
     BODY {
-        width: 70%;
+        width: 100%;
     }
 }
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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