Skip to content

Commit

Permalink
Updated styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
BurhanCantCode authored Mar 12, 2024
1 parent ed99648 commit 91f1832
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ p {
}

@media only screen and (max-width: 768px) {
.container {
width: 80%; /* Adjust width for smaller screens */
}

h1 {
font-size: 2em;
}
Expand All @@ -157,6 +161,6 @@ p {
}

.background-text {
width: 50%; /* Adjust width for smaller screens */
width: 80%; /* Adjust width for smaller screens */
}
}
}

0 comments on commit 91f1832

Please sign in to comment.