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@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; }
+@media only screen and (max-width: 600px) { + .diagram, .screenshot { + padding: 1rem 1rem; + } +} + .diagram img, .screenshot img { max-width: 100%; }
tor-commits@lists.torproject.org