Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
yashnigamp authored Mar 25, 2024
1 parent ddd547c commit c6379ce
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
.buttonView {
display: flex;
justify-content: center;
gap: 1em;
margin: 1em;
}
@media (max-width: 400px) {
.buttonView {
flex-direction: column;
width: 12em;
margin: auto;
margin-top: 1em;
}
}

0 comments on commit c6379ce

Please sign in to comment.