Skip to content

Commit

Permalink
0.00.6
Browse files Browse the repository at this point in the history
  • Loading branch information
BusiMDAnderson committed Sep 17, 2023
1 parent 95583ea commit f679929
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions styles/larger.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,33 @@ main {
}

/* Add more styles specific to larger view as needed */
/* Larger Views */
@media (min-width: 640px) {
body {
font-size: 100%; /* Reset the font size */
}

header,
main {
max-width: 100%; /* Expand to the full width of the screen */
}

h1 {
font-size: 3rem; /* Adjust the font size as needed */
}

nav ul {
display: flex;
justify-content: center; /* Center the navigation horizontally */
}

nav ul li {
flex: 1; /* Distribute navigation items evenly */
}

nav a {
padding: 1.5rem; /* Adjust the padding as needed */
}

/* Add more styles for larger screens as needed */
}

0 comments on commit f679929

Please sign in to comment.