Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
soberbichler authored Oct 6, 2024
1 parent a3fa016 commit f248da9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ footer {
position: absolute;
left: 0;
color: #8B0000;
}
nav ul {
list-style-type: none;
padding: 0;
Expand All @@ -235,3 +234,8 @@ nav ul li a {
nav ul li a:hover {
text-decoration: underline;
}

.content-wrapper {
display: flex;
margin: 1rem;
}

0 comments on commit f248da9

Please sign in to comment.