Skip to content

Commit

Permalink
fix(website): improve mobile look
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldziuba03 committed Aug 7, 2024
1 parent 911b84a commit 684d9f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
font-family: "Roboto Mono", monospace;
text-overflow: ellipsis;
justify-content: flex-end;
overflow: hidden;
overflow: auto;
white-space: nowrap;
display: flex;
align-items: center;
Expand Down Expand Up @@ -132,6 +132,7 @@

@media (max-width: 610px) {
.headline {
font-size: 50px;
margin-top: 80px;
}
}
Expand Down

0 comments on commit 684d9f4

Please sign in to comment.