Skip to content

Commit

Permalink
Updated mobile view
Browse files Browse the repository at this point in the history
Mobile view now includes avatar, and makes the text slightly smaller.
  • Loading branch information
AeriaVelocity committed Sep 27, 2023
1 parent 2d680de commit 3a24d14
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions m8.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,17 @@ body {

/* Responsive design */
@media (max-width: 527px) {
.avatar {
display: none;
body {
font-size: 18px;
}
.header {
display: block;
display: flex;
flex-direction: column;
align-items: center;
padding: 5px;
}
.avatar {
margin-top: 20px;
}
.box {
padding: 25px;
Expand Down

0 comments on commit 3a24d14

Please sign in to comment.