Skip to content

Commit

Permalink
style(software): improve smartphone layout
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Henseler <[email protected]>
  • Loading branch information
bromiesTM committed Aug 14, 2024
1 parent 027767b commit 7bbdbe7
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/components/help/Software.vue
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,25 @@ export default defineComponent({
font-size: 10px;
vertical-align: middle;
}

@media (max-width: 600px) {
.mobile-apps {
gap: 1em;
padding-bottom: 0;

.ios {
max-width: 15em;
}

.android {
max-width: 15em;
padding-right: 0;
}
}

.desktop-apps {
flex-direction: column;
gap: 1em;
}
}
</style>

0 comments on commit 7bbdbe7

Please sign in to comment.