Skip to content

Commit

Permalink
update: make it responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
Rooyca committed Mar 13, 2024
1 parent 702ee34 commit 559a767
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ body {
/* Make it responsive */
@media (max-width: 768px) {
body {
font-size: 18px;
font-size: 13px;
margin: 10px;
}

.movie {
Expand All @@ -121,5 +122,8 @@ body {
flex: 0 0 30px;
writing-mode: horizontal-tb;
}
.movie__details {
margin-top: 15px;
}

}

0 comments on commit 559a767

Please sign in to comment.