Skip to content

Commit

Permalink
#7 모바일에선 너무 작아져서 글씨가 잘 안보일꺼 같아
Browse files Browse the repository at this point in the history
  • Loading branch information
stories2 committed Jun 14, 2021
1 parent a6d4f27 commit c0b663e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/assets/css/ticketing-info.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

@media (max-width: 576px) {
.ticketing-info {
background-position-x: 54%;
/* background-image: url('../img/ticketing-container.png'); */
height: 150px;
background-position-x: center;
background-image: url('../img/ticketing-container.png');
height: 175px;
}
}
@media (min-width: 576px) {
Expand Down

0 comments on commit c0b663e

Please sign in to comment.