Skip to content

Commit

Permalink
🐛 fixed startpage link alignment not being left
Browse files Browse the repository at this point in the history
  • Loading branch information
Yimche committed Oct 14, 2024
1 parent 581c2c1 commit 3029358
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ body#startpage .scroll{
width: inherit;
align-items: initial;
overflow: scroll;
justify-content: left;
}
body#startpage .title-uni{
color: var(--red);
Expand All @@ -171,7 +172,10 @@ body#startpage .title-play{
color: var(--green);
}
body#startpage .links{
display:block;
display:flex;
flex-direction: column;
justify-content: left;
align-items: flex-start;
}
body#startpage li{
list-style-type: none;
Expand Down

0 comments on commit 3029358

Please sign in to comment.