feat(Quote): adjust font size scaling and update quote container width for improved readability

This commit is contained in:
alexsparkes
2026-01-24 20:18:21 +00:00
parent 276bb78c1e
commit 98b8f6e00e
2 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
@use 'scss/variables' as *;
.quote {
display: block;
font-size: 0.8em;
text-shadow: 0 0 10px rgb(0 0 0 / 30%);
cursor: initial;
@@ -10,7 +11,7 @@
color: #fff;
font-weight: 600;
width: 40vw;
max-width: 45vw;
}
.quoteauthor {