Skip to content

Commit

Permalink
(website) fix incorrect tiling (#200)
Browse files Browse the repository at this point in the history
* fix incorrect tiling

* newline
  • Loading branch information
emilybrooks authored Jul 19, 2024
1 parent b11600b commit 9fd2179
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/autumn.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
body
#wrapper
{
background: #14504a url(website_assets/bg_autumn.webp);
background-attachment: fixed;
Expand Down
2 changes: 1 addition & 1 deletion docs/spring.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
body
#wrapper
{
background: #14504a url(website_assets/bg_spring.webp);
background-attachment: fixed;
Expand Down
20 changes: 10 additions & 10 deletions docs/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,6 @@
padding: 0;
}

body
{
background: #14504a url(website_assets/bg_autumn.webp);
background-attachment: fixed;
background-position-x: 50%;
background-position-y: 100%;
background-repeat: no-repeat;
background-size: cover;
}

.navBar
{
width: auto;
Expand Down Expand Up @@ -139,20 +129,28 @@ body
{
width: auto;
padding: 1vw;
background: #14504a url(website_assets/bg_autumn.webp);
background-attachment: fixed;
background-position-x: 50%;
background-position-y: 100%;
background-repeat: no-repeat;
background-size: cover;
}

#letterTop
{
width: auto;
height: 34px;
background-image: url(website_assets/letter_top.svg);
background-repeat: repeat-x;
}

#letterBottom
{
width: auto;
height: 34px;
background-image: url(website_assets/letter_bottom.svg);
background-repeat: repeat-x;
}

#ribbon
Expand Down Expand Up @@ -312,6 +310,7 @@ body
border-style: none;
background-color: transparent;
background-image: url(website_assets/graph_window.svg);
background-repeat: no-repeat;
padding-top: 25px;
margin-bottom: 20px;
}
Expand Down Expand Up @@ -340,6 +339,7 @@ body
{
background-color: transparent;
background-image: url(website_assets/letter.svg);
background-repeat: no-repeat;
width: 560px;
height: 407px;
padding: 70px;
Expand Down
2 changes: 1 addition & 1 deletion docs/summer.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
body
#wrapper
{
background: #14504a url(website_assets/bg_summer.webp);
background-attachment: fixed;
Expand Down
2 changes: 1 addition & 1 deletion docs/winter.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
body
#wrapper
{
background: #14504a url(website_assets/bg_winter.webp);
background-attachment: fixed;
Expand Down

0 comments on commit 9fd2179

Please sign in to comment.