Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
adamfaasil authored Oct 8, 2024
1 parent 2fe8423 commit 2d6fe64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -584,13 +584,14 @@ footer {
@media (max-width: 480px) {
#home {
flex-wrap: wrap;
flex-direction: column;
align-items: center;
}
.home-content {
align-items: center;
text-align: center;
padding: 1.5%;
margin-top: -50%;
margin-top: 0;
}
.home-content h1 {
font-size: 1.3rem;
Expand Down

0 comments on commit 2d6fe64

Please sign in to comment.