Fix tag name size

pull/175/head
Varun Patil 2022-11-07 00:50:54 -08:00
parent 64c96d0f2a
commit b3f2e543c0
1 changed files with 5 additions and 1 deletions

View File

@ -209,7 +209,7 @@ img {
color: white;
padding: 0 5%;
text-align: center;
font-size: 1.2em;
font-size: 1.1em;
word-wrap: break-word;
text-overflow: ellipsis;
line-height: 1em;
@ -225,6 +225,10 @@ img {
bottom: 10%;
transform: unset;
}
@media (max-width: 768px) {
font-size: 0.95em;
}
}
.bbl {