Skip to content

Commit b354249

Browse files
add polaroid caption responsive font-size
1 parent 8490012 commit b354249

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/videowall/src/components/Polaroid.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,10 @@ const caption = computed(() => [props.driver?.era, props.driver?.circuit]);
143143
font-size: 1em;
144144
}
145145
}
146+
147+
@media screen and (min-width: 2550px) {
148+
.polaroid__caption {
149+
font-size: 27px;
150+
}
151+
}
146152
</style>

0 commit comments

Comments
 (0)