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 7c2236b commit 48107bcCopy full SHA for 48107bc
apps/web/app/components/event/PanelerList.vue
@@ -39,10 +39,12 @@ const currentLocale = useLocaleCurrent().locale
39
gap: calc(var(--unit) * 2);
40
padding: calc(var(--unit) * 5) calc(var(--unit) * 12) calc(var(--unit) * 5);
41
42
- @media (--tablet) {
+ @media (--mobile) {
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;
@@ -58,7 +60,7 @@ const currentLocale = useLocaleCurrent().locale
58
60
width: calc(calc(100% - 16px) / 2);
59
61
height: 120px;
62
- @media (--mobile) {
63
64
width: 100%;
65
}
66
0 commit comments