Skip to content

Commit 7c2236b

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

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

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

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,15 @@ const currentLocale = useLocaleCurrent().locale
4242
@media (--tablet) {
4343
gap: calc(var(--unit) * 1);
4444
padding: calc(var(--unit) * 2);
45+
46+
::v-deep(.speaker-name) {
47+
font-size: 0.875rem;
48+
letter-spacing: 0.4px;
49+
}
50+
51+
::v-deep(.speaker-affiliation) {
52+
font-size: 0.6875rem;
53+
}
4554
}
4655
}
4756
@@ -62,11 +71,4 @@ const currentLocale = useLocaleCurrent().locale
6271
--head-img-width: 103px;
6372
}
6473
}
65-
66-
@media (width <= 768px) {
67-
::v-deep(.speaker-name) {
68-
font-size: 0.875rem;
69-
letter-spacing: 0.4px;
70-
}
71-
}
7274
</style>

0 commit comments

Comments
 (0)