Skip to content

Commit

Permalink
improve mobile style
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasr22 committed Sep 15, 2024
1 parent 026a8bf commit a1d8386
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion main.css
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,8 @@ h2 {
}

.info {
width: 80%;
width: 90%;
font-size: 18px;
}

.info.large {
Expand All @@ -463,6 +464,10 @@ h2 {
.hide-on-desktop {
display: block;
}

.card>ol {
margin: 0;
}
}

@media screen and (max-width: 999px) {
Expand Down

0 comments on commit a1d8386

Please sign in to comment.