Fix tag name size
parent
64c96d0f2a
commit
b3f2e543c0
|
@ -209,7 +209,7 @@ img {
|
||||||
color: white;
|
color: white;
|
||||||
padding: 0 5%;
|
padding: 0 5%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 1.2em;
|
font-size: 1.1em;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
|
@ -225,6 +225,10 @@ img {
|
||||||
bottom: 10%;
|
bottom: 10%;
|
||||||
transform: unset;
|
transform: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
font-size: 0.95em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.bbl {
|
.bbl {
|
||||||
|
|
Loading…
Reference in New Issue