Skip to content

Commit

Permalink
change margins and description width
Browse files Browse the repository at this point in the history
  • Loading branch information
PadjokeJ authored Nov 15, 2024
1 parent 1870458 commit 1418cb6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ h1

#description
{
max-width: 80vw;
margin: 20px;
max-width: 90vw;
margin-bottom: 20px;
padding: 20px;
text-align: center;
}
Expand All @@ -83,7 +83,6 @@ h1
flex-direction: column;
align-items: center;
justify-content: center;
height: 20px;
padding: 30px;
}

Expand Down

0 comments on commit 1418cb6

Please sign in to comment.