Skip to content

Commit 48107bc

Browse files
committed
Update responsive styles for tablet and mobile devices
1 parent 7c2236b commit 48107bc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

apps/web/app/components/event/PanelerList.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,12 @@ const currentLocale = useLocaleCurrent().locale
3939
gap: calc(var(--unit) * 2);
4040
padding: calc(var(--unit) * 5) calc(var(--unit) * 12) calc(var(--unit) * 5);
4141
42-
@media (--tablet) {
42+
@media (--mobile) {
4343
gap: calc(var(--unit) * 1);
4444
padding: calc(var(--unit) * 2);
45+
}
4546
47+
@media (--tablet) {
4648
::v-deep(.speaker-name) {
4749
font-size: 0.875rem;
4850
letter-spacing: 0.4px;
@@ -58,7 +60,7 @@ const currentLocale = useLocaleCurrent().locale
5860
width: calc(calc(100% - 16px) / 2);
5961
height: 120px;
6062
61-
@media (--mobile) {
63+
@media (--tablet) {
6264
width: 100%;
6365
}
6466
}

0 commit comments

Comments
 (0)