Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update style.css
increased size of main width
  • Loading branch information
Aakash3640 authored Jan 16, 2025
commit f9448fc7b818af5e458a40af65b4e32851d63238
4 changes: 2 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1808,7 +1808,7 @@ textarea.form-input::-webkit-resizer { display: none; }
*/

main {
max-width: 1200px;
max-width: 1300px;
margin-inline: auto;
display: flex;
justify-content: center;
Expand Down Expand Up @@ -1884,4 +1884,4 @@ textarea.form-input::-webkit-resizer { display: none; }

.timeline-text { max-width: 700px; }

}
}