Skip to content

Commit

Permalink
mobile layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Billy Charlton committed Dec 8, 2024
1 parent a6c04ad commit dd9141e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion _sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -402,9 +402,15 @@ footer {
}
.frontpage {
flex-direction: column;
gap: 0;
}
.frontpage-content {
flex: unset;
}
.frontpage-sidebar {
margin-left: unset;
border-top: 1px solid #80808080;
margin: 2rem 0 0 0;
padding-top: 2rem;
width: unset;
}
}
Expand Down

0 comments on commit dd9141e

Please sign in to comment.