Skip to content

Commit

Permalink
Merge pull request #196 from matthewkwong/developer
Browse files Browse the repository at this point in the history
update mobile version of Bewitched poster
  • Loading branch information
matthewkwong committed Feb 26, 2024
2 parents 2fbbe97 + 12ec697 commit 5d083bd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion music.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ section{
justify-content: center;
text-align: center;
max-height: 100%;
max-width: 45%;
max-width: 50%;
/* border: solid 2px red; */
}

Expand Down Expand Up @@ -165,6 +165,12 @@ h2{
padding: 0px;
}

#goddess video{
margin: 0;
height: auto;
max-width: 100%;
}

.grid-wrapper > .album-cover,
.grid-wrapper > img
{
Expand Down

0 comments on commit 5d083bd

Please sign in to comment.