Skip to content

Commit

Permalink
Update about.css to make the info wider refering to screens
Browse files Browse the repository at this point in the history
  • Loading branch information
amanreddy77 authored Oct 18, 2024
1 parent 4006254 commit 3367058
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions about.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
}

.content-container {
max-width: 800px;
max-width: 1200px; /* makes wider */
width: 100%;
padding: 3rem;
background-color: rgba(255, 255, 255, 0.95);
Expand Down Expand Up @@ -288,6 +288,11 @@
flex-direction: column;
align-items: flex-start;
}
.content-container {
max-width: 100%; /* Full width on smaller screens */
padding: 1.5rem;
}


.nav-links {
flex-direction: column;
Expand Down Expand Up @@ -374,4 +379,4 @@
margin-top: 1.5rem;
padding-top: 1rem;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
}

0 comments on commit 3367058

Please sign in to comment.