Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
feat: don't size captions over 2rem
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed Feb 29, 2024
1 parent ce72cc8 commit 5fdb4f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/styles/video.manchester.ac.uk.scss
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,12 @@ video,
color: $video-elem-color !important;
border-radius: 0.2em !important;
font-size: 75% !important;
font-size: min(75%, 2rem) !important;
display: inline-block !important;
max-width: 20em !important;
padding: 0 1em !important;
text-align: start;
text-wrap: balance;
text-wrap: pretty;

@include fonts-body;
Expand Down

0 comments on commit 5fdb4f1

Please sign in to comment.