Skip to content

Commit

Permalink
Improve mobile layout
Browse files Browse the repository at this point in the history
  • Loading branch information
nonk123 committed Jan 12, 2025
1 parent b7d43e7 commit 310ea36
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ footer {
}

article {
flex: 7 0 64ch;
flex: 7 1 64ch;
}

nav {
flex: 3 0 24ch;
flex: 3 1 24ch;
overflow-x: hidden;
}

Expand Down Expand Up @@ -141,10 +141,6 @@ h1::before {

ul,
ul > li {
width: max-content;
}

ul.links {
width: 100%;
}

Expand Down

0 comments on commit 310ea36

Please sign in to comment.