[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



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@xxxxxxxxx>
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;
 }
 
+@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.
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits