Skip to content

Commit

Permalink
phone
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandropeca committed Aug 23, 2024
1 parent 084e4c5 commit 6b28651
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ nav ul li a:hover {
top: 45%;
left: 50%;
transform: translate(-50%, -50%);
max-width: 100%;
padding: 0 20px; /* Add padding to the sides */
width: 100%; /* Ensure the header content takes up the full width */
box-sizing: border-box; /* Include padding in width calculation */
padding: 0px;
text-align: center;
}
Expand All @@ -74,6 +76,8 @@ h1 {
margin-top: 20px;
font-size: 36px;
color: white;
max-width: 100%; /* Ensure the heading takes up the full width */
margin: 0 auto; /* Center the text */
}

/* Section styles */
Expand Down

0 comments on commit 6b28651

Please sign in to comment.