Skip to content

Commit

Permalink
Fixed front-end bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed Dec 24, 2023
1 parent cb44ad5 commit cc9c582
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
}

body {
background-image: url("universe.jpg");
background-size: 100vw 100vh;
background-image: url("https://wallpaperaccess.com/full/433561.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
Expand Down Expand Up @@ -998,19 +998,19 @@ p {
}

.movie-left img {
width: 90% !important;
width: 90% !important; /* Full width */
height: 1000px !important;
overflow: hidden;
}

.actor-left img {
width: 90% !important;
width: 90% !important; /* Full width */
height: 1000px !important;
overflow: hidden;
}

.director-left img {
width: 90% !important;
width: 90% !important; /* Full width */
height: 1000px !important;
overflow: hidden;
}
Expand Down Expand Up @@ -1230,12 +1230,7 @@ p {

@media screen and (-webkit-min-device-pixel-ratio: 0) {
body {
background-size: 100vw 100vh;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
font-family: "Poppins", sans-serif;
margin: 0;
align-content: center;
background-size: auto;
background-repeat: repeat;
}
}
}

0 comments on commit cc9c582

Please sign in to comment.