gnunet-svn
[Top][All Lists]
Advanced

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

[gnunetbib] branch master updated: css: not 70% width for mobile.


From: gnunet
Subject: [gnunetbib] branch master updated: css: not 70% width for mobile.
Date: Mon, 01 Jun 2020 16:03:50 +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 50a169d  css: not 70% width for mobile.
50a169d is described below

commit 50a169d4a69d656c3b9936ccd69c2738d7f2f502
Author: nikita <nikita@n0.is>
AuthorDate: Mon Jun 1 15:58:04 2020 +0200

    css: not 70% width for mobile.
---
 .mailmap     | 15 ++++++++-------
 css/main.css |  6 ++++++
 2 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/.mailmap b/.mailmap
index 6fd9b18..781d8c1 100644
--- a/.mailmap
+++ b/.mailmap
@@ -1,9 +1,10 @@
-ng0 <ng0@n0.is>
-ng0 <ng0@n0.is> ng0 <ng0@n0.is>
-ng0 <ng0@n0.is> ng0 <contact.ng0@cryptolab.net>
-ng0 <ng0@n0.is> ng0 <ng0@infotropique.org>
-ng0 <ng0@n0.is> <gillmann@infotropique.org>
-ng0 <ng0@n0.is> <ngillmann@runbox.com>
-ng0 <ng0@n0.is> ng0 <ng0@we.make.ritual.n0.is>
+nikita <nikita@n0.is>
+nikita <nikita@n0.is> ng0 <ng0@n0.is>
+nikita <nikita@n0.is> ng0 <contact.ng0@cryptolab.net>
+nikita <nikita@n0.is> ng0 <gillmann@infotropique.org>
+nikita <nikita@n0.is> Nils Gillmann <gillmann@infotropique.org>
+nikita <nikita@n0.is> ng0 <ng0@we.make.ritual.n0.is>
+nikita <nikita@n0.is> Nils Gillmann <ng0@n0.is>
+nikita <nikita@n0.is> <ngillmann@runbox.com>
 Roger Dingledine <arma@torproject.org>
 Roger Dingledine <arma@torproject.org> Roger Dingledine editing as root 
<arma@torproject.org>
diff --git a/css/main.css b/css/main.css
index c8364ad..c75c413 100644
--- a/css/main.css
+++ b/css/main.css
@@ -9,6 +9,12 @@ BODY {
   width: 70%;
 }
 
+@media screen and (min-width 300px) and (max-width: 500px) {
+    BODY {
+        width: 70%;
+    }
+}
+
 FORM {
   margin-top: 0.5em;
   margin-bottom: 0.5em;

-- 
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]