Skip to content

Commit

Permalink
Update main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
sri-dsa authored Feb 11, 2025
1 parent 651eb54 commit 0dbc829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -4028,7 +4028,7 @@ h1{
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
width: 90%; /* ✅ Optimized width for better fit */
width: 100%; /* ✅ Optimized width for better fit */
max-width: 1400px; /* ✅ Prevents footer from being too wide on very large screens */
margin: 0 auto;
gap: 20px;
Expand Down

0 comments on commit 0dbc829

Please sign in to comment.