Skip to content

Commit

Permalink
Merge pull request #452 from magfest/robbing_pixels
Browse files Browse the repository at this point in the history
Making images much smaller
  • Loading branch information
bitbyt3r authored Jan 15, 2024
2 parents 2f1c30c + 09d019a commit 493b1ae
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added magprime/static/theme/banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions magprime/static/theme/prereg_extra.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.masthead {
background-image: url("../theme/banner.jpg");
padding-top: 30.86%; /* The height is 30.86% of the width (500px / 1620px) */
}


/*@media
only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
Expand Down Expand Up @@ -50,7 +50,7 @@ only screen and (min-resolution:2dppx) {

body {
background-color: #060404;
background-image: url("../theme/static-background.png");
background-image: url("../theme/static-background.jpg");
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
Expand Down
Binary file added magprime/static/theme/static-background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 493b1ae

Please sign in to comment.