Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrylovescheese committed Aug 27, 2023
1 parent b262fe5 commit 4ebc957
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,18 @@
margin-top: 20px;
background-size: contain;
transition: 0.2s all;
box-shadow: inset 0px 10px 20px #00315f7e;
}

#slide-1 {
background-color: #fff;
box-shadow: inset 0px 10px 20px #0054a17e;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
overflow-y: scroll;
overflow-x: hidden;
}

#slide-2 {

margin-top: 30px;
background-image: url(./static/img/f71917f035b32800fb58297a46e72cda.jpg);
}
Expand All @@ -60,7 +61,7 @@
background-image: url(./static/img/54fdad68b5104a08b01a57a4b60f9267.jpg);
}

.slide-prompt{
.slide-prompt {
height: 250px;
overflow-y: scroll;
}
Expand Down

0 comments on commit 4ebc957

Please sign in to comment.