Skip to content

Commit

Permalink
slightly more responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
wreeshab committed Jun 1, 2024
1 parent 31373da commit c5b9c5b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions hackerplus.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ body {
flex-direction: column;
align-items: center;
height: 100vh;
width: 700px;
width: 33.3333%;
min-width: 700px;
width: 33.33%;

}

Expand Down Expand Up @@ -404,7 +404,7 @@ button:disabled {
width: 100%;
height: 100vh;
overflow-x: hidden;
background: url(assets/background3.jpg);
background: url(assets/background4.jpg);
background-size: cover;
}

Expand Down Expand Up @@ -488,7 +488,8 @@ button:disabled {

#center-div {
height: 700px;
width: 100%;
min-width: 100%;
/* min-width: 0px; */
}

#winner-notice {
Expand Down

0 comments on commit c5b9c5b

Please sign in to comment.