Skip to content

Commit

Permalink
Merge pull request #195 from matthewkwong/developer
Browse files Browse the repository at this point in the history
remove padding on goddess tour poster on 768px and remove borders
  • Loading branch information
matthewkwong committed Feb 26, 2024
2 parents 9704188 + a5930b9 commit 2fbbe97
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion music.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,15 @@ h2{


@media screen and (max-width: 768px) {

#goddess{
padding: 0px;
}

.grid-wrapper > .album-cover,
.grid-wrapper > img
{
border: #18A0FB solid 2px ;
/* border: #18A0FB solid 2px ; */
flex: 1 100%;
}

Expand Down

0 comments on commit 2fbbe97

Please sign in to comment.