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 5, 2024
1 parent 342d40c commit 88ebb3f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ body, html {
}

body {
display: flex;
flex-direction: column;
display: grid;
grid-template-rows: auto 1fr auto;
min-height: 100vh;
}

Expand All @@ -39,7 +39,6 @@ h1 {

.content-wrapper {
display: flex;
flex: 1;
overflow: hidden;
}

Expand Down Expand Up @@ -125,7 +124,6 @@ footer {

.sidebar {
width: 100%;
order: -1;
}

h1 {
Expand Down

0 comments on commit 88ebb3f

Please sign in to comment.