Skip to content

Commit

Permalink
button format
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickstar8166 committed Dec 12, 2023
1 parent c4c66d9 commit 0260dcf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions core/static/core/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,15 @@ a:visited {
text-decoration: none;
}

@media screen and (max-width: 700px){
.button {
display: block;
width: max-content;
margin: auto;
margin-top: 10px;
}
}

.button:hover {
background: hsl(0deg 100% 90%);;
}
Expand Down

0 comments on commit 0260dcf

Please sign in to comment.