Skip to content

Commit

Permalink
features: remove extra small media from application hub [WTEL-3172]
Browse files Browse the repository at this point in the history
  • Loading branch information
lizacoma committed Feb 24, 2023
1 parent b92e103 commit 9d3615b
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions src/modules/application-hub/components/application-hub.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<div class="application-link__title-pic">
<img
v-if="$breakpoint.mdAndUp"
class="application-link__title-pic__img application-link__title-pic__img-medium"
class="application-link__title-pic__img application-link__title-pic__img--md"
:src="app.pic.title.md"
:alt="`${app.name}`"
>
Expand Down Expand Up @@ -298,15 +298,4 @@
grid-gap: 0;
}
}
@media screen and (max-width: 320px) {
.application-hub__card {
width: 100%;
border-radius: 0;
}
.application-hub__list {
width: 100%;
}
}
</style>

0 comments on commit 9d3615b

Please sign in to comment.