Fix tag name size
parent
64c96d0f2a
commit
b3f2e543c0
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue