Skip to content

Commit

Permalink
Fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksandre committed Mar 5, 2024
1 parent 95c3b1f commit dd8906b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/.vuepress/components/HomePageSections.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ a {
box-sizing: border-box;
transition: var(--t-transform);
@media screen and (min-width: 1000px) {
@media screen and (min-width: 1024px) {
width: 20%;
}
@media screen and (max-width: 999px) {
width: 60%;
min-height: 200px;
@media screen and (max-width: 1023px) {
width: 100%;
margin: 10px;
}
}
Expand Down

0 comments on commit dd8906b

Please sign in to comment.