Skip to content

Commit

Permalink
Reduce font size
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalikL committed May 10, 2024
1 parent 51f89ea commit af1883d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Browser.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div v-if="show && lowerThirds.length && lowerThirds[currentIterator] && lowerThirds[currentIterator].length" class="transition ease-in-out delay-150 duration-300 text-white text-8xl h-screen flex flex-col justify-end items-center">
<div v-if="show && lowerThirds.length && lowerThirds[currentIterator] && lowerThirds[currentIterator].length" class="transition ease-in-out delay-150 duration-300 text-white text-5xl h-screen flex flex-col justify-end items-center">
<div class="w-full flex items-center flex-col p-10">
<div v-for="(line, i) in lowerThirds[currentIterator]" class="transition-opacity">
<transition name="fade">
Expand Down

0 comments on commit af1883d

Please sign in to comment.