[Git][reproducible-builds/reproducible-website][master] Make the landing page hero look nicer when the *vertical* height component of...
Chris Lamb (@lamby)
gitlab at salsa.debian.org
Wed Dec 4 11:22:40 UTC 2024
Chris Lamb pushed to branch master at Reproducible Builds / reproducible-website
Commits:
d54c57b4 by Chris Lamb at 2024-12-04T11:22:29+00:00
Make the landing page hero look nicer when the *vertical* height component of the viewport is restricted, not just the horizontal wdith. (Closes: #61)
- - - - -
1 changed file:
- assets/styles/custom.scss
Changes:
=====================================
assets/styles/custom.scss
=====================================
@@ -150,8 +150,8 @@ main {
right: 50%;
width: 100vw;
- padding-top: 8rem;
- @media (min-width: 800px) {
+ padding-top: 7rem;
+ @media (min-width: 800px) and (min-height: 900px) {
padding-top: 19rem;
padding-bottom: 12rem !important;
}
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/d54c57b441f578ea6af8e52b70cc6cf4befc21e9
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/d54c57b441f578ea6af8e52b70cc6cf4befc21e9
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20241204/e78d50e5/attachment.htm>
More information about the rb-commits
mailing list