We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 609f7dc + 48107bc commit 2f86df6Copy full SHA for 2f86df6
apps/web/app/components/event/PanelerList.vue
@@ -43,13 +43,24 @@ const currentLocale = useLocaleCurrent().locale
43
gap: calc(var(--unit) * 1);
44
padding: calc(var(--unit) * 2);
45
}
46
+
47
+ @media (--tablet) {
48
+ ::v-deep(.speaker-name) {
49
+ font-size: 0.875rem;
50
+ letter-spacing: 0.4px;
51
+ }
52
53
+ ::v-deep(.speaker-affiliation) {
54
+ font-size: 0.6875rem;
55
56
57
58
59
.eventcard-persons div {
60
width: calc(calc(100% - 16px) / 2);
61
height: 120px;
62
- @media (--mobile) {
63
64
width: 100%;
65
66
0 commit comments