Optimize response design for License text.

This commit is contained in:
Cotes Chung 2019-12-21 23:00:57 +08:00
parent 870b11bd70
commit 40e44158ae

View file

@ -872,6 +872,12 @@ div.tooltip-inner { /* Overrided BS4 Tooltip */
}
@media all and (min-width: 577px) and (max-width: 830px) {
footer .license {
padding-left: 1rem;
}
}
@media all and (max-width: 768px) {
.post img {
max-width: calc(100% + 1rem);