Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
accessgames authored May 31, 2024
1 parent d79c060 commit e484df0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@
.sidenav a:hover {
color: #f1f1f1;
}
#content {
margin-left: 150px;
padding: 15px;
}
#content {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: flex-start;
}
#loaded-content {
float: left;
}
Expand Down

0 comments on commit e484df0

Please sign in to comment.