Skip to content

Commit

Permalink
Website: slightly improve mobile UI
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesaulniers committed May 14, 2023
1 parent ef28b9f commit 5d0c6f9
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,18 @@
}

@media (max-width: 1130px) {
.presentation-section {
flex-direction: column;
}

.screenshot img {
display: none;
max-width: 100%;
margin: 3rem 0 0 0;
filter: drop-shadow(0 0 0.5rem #110f0fa6);
}

.block {
padding: 0.75rem;
}
}
</style>
Expand Down

0 comments on commit 5d0c6f9

Please sign in to comment.