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.
1 parent 552de11 commit 7c2236bCopy full SHA for 7c2236b
apps/web/app/components/event/PanelerList.vue
@@ -42,6 +42,15 @@ const currentLocale = useLocaleCurrent().locale
42
@media (--tablet) {
43
gap: calc(var(--unit) * 1);
44
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
54
}
55
56
@@ -62,11 +71,4 @@ const currentLocale = useLocaleCurrent().locale
62
71
--head-img-width: 103px;
63
72
64
73
65
-
66
-@media (width <= 768px) {
67
- ::v-deep(.speaker-name) {
68
- font-size: 0.875rem;
69
- letter-spacing: 0.4px;
70
- }
-}
74
</style>
0 commit comments