Co-authored-by: Robbie Davis <robbie@therobbiedavis.com>
This commit is contained in:
Joe Milazzo 2024-08-29 08:46:17 -05:00 committed by GitHub
parent 5bf5558212
commit 79eb98a3bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
67 changed files with 1398 additions and 1006 deletions

View file

@ -119,6 +119,13 @@
text-align: center;
position: absolute;
width: 100%;
font-size: 0.8rem;
-webkit-line-clamp: 1;
font-size: 0.8rem;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
padding: 0 10px 0 0;
}
}