[tor-commits] [pluggable-transports/snowflake-webext] branch main updated: Decrease image padding on mobile in index.css

gitolite role git at cupani.torproject.org
Fri Mar 31 18:01:33 UTC 2023


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

cohosh pushed a commit to branch main
in repository pluggable-transports/snowflake-webext.

The following commit(s) were added to refs/heads/main by this push:
     new f030b85  Decrease image padding on mobile in index.css
f030b85 is described below

commit f030b85b57212cae447d2d81e28bc751a0977f84
Author: devilkiller-ag <ashmitgupta.official at gmail.com>
AuthorDate: Mon Mar 6 18:46:38 2023 +0000

    Decrease image padding on mobile in index.css
---
 static/index.css | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/static/index.css b/static/index.css
index b23e1ad..06553c4 100644
--- a/static/index.css
+++ b/static/index.css
@@ -74,6 +74,12 @@ h2 {
   text-align: center;
 }
 
+ at media only screen and (max-width: 600px) {
+  .diagram, .screenshot {
+    padding: 1rem 1rem;
+  }
+}
+
 .diagram img, .screenshot img {
   max-width: 100%;
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tor-commits mailing list