Skip to content

Commit

Permalink
Submission: Fix messed up thanks you screen dot pattern (#227)
Browse files Browse the repository at this point in the history
* Update image

* Make the image horizontally tiling (align from the left)
  • Loading branch information
renintw authored Oct 12, 2023
1 parent bdce74a commit c94ff2e
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 67 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ body.page-template-page-submit {
&.has-dots-background,
&.has-dark-dots-background,
&.has-blue-dots-background {
background-position: top center;
background-position: top left;
background-repeat: repeat-x;
background-size: auto;
}
Expand Down

0 comments on commit c94ff2e

Please sign in to comment.