Skip to content

Commit

Permalink
Update responsive styles for tablet and mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
totocalcio committed Oct 16, 2024
1 parent 552de11 commit 7c2236b
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions apps/web/app/components/event/PanelerList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ const currentLocale = useLocaleCurrent().locale
@media (--tablet) {
gap: calc(var(--unit) * 1);
padding: calc(var(--unit) * 2);
::v-deep(.speaker-name) {
font-size: 0.875rem;
letter-spacing: 0.4px;
}
::v-deep(.speaker-affiliation) {
font-size: 0.6875rem;
}
}
}
Expand All @@ -62,11 +71,4 @@ const currentLocale = useLocaleCurrent().locale
--head-img-width: 103px;
}
}
@media (width <= 768px) {
::v-deep(.speaker-name) {
font-size: 0.875rem;
letter-spacing: 0.4px;
}
}
</style>

0 comments on commit 7c2236b

Please sign in to comment.