[Scummvm-git-logs] scummvm-web master -> c27abc48c4eadd2dabf90cff3bf32878cf2c6018

Thunderforge noreply at scummvm.org
Sun Mar 13 01:01:45 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
c27abc48c4 WEB: Changing gallery margins to top and bottom only


Commit: c27abc48c4eadd2dabf90cff3bf32878cf2c6018
    https://github.com/scummvm/scummvm-web/commit/c27abc48c4eadd2dabf90cff3bf32878cf2c6018
Author: Thunderforge (wjherrmann at gmail.com)
Date: 2022-03-12T19:01:37-06:00

Commit Message:
WEB: Changing gallery margins to top and bottom only

Changed paths:
    scss/pages/_screenshots.scss


diff --git a/scss/pages/_screenshots.scss b/scss/pages/_screenshots.scss
index 85c03379..35f81c84 100644
--- a/scss/pages/_screenshots.scss
+++ b/scss/pages/_screenshots.scss
@@ -15,5 +15,6 @@
   align-items: center;
   justify-content: center;
   text-align: center;
-  margin: 1em;
+  margin-top: 1em;
+  margin-bottom: 1em;
 }




More information about the Scummvm-git-logs mailing list