Skip to content

Commit

Permalink
quick fix for messy phone css
Browse files Browse the repository at this point in the history
  • Loading branch information
j4cobgarby committed Jul 22, 2024
1 parent a301f88 commit 31704b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@ div.card > h2, div.card > h3 {
}

div.sidebar > ul {
display: flex;
/* will still be display: none for now... */
/*display: flex;*/
list-style: none;
justify-content: space-around;
margin-top: 5px;
Expand Down

0 comments on commit 31704b5

Please sign in to comment.