1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-08 00:27:58 +00:00

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) { @media all and (max-width: 768px) {
.post img { .post img {
max-width: calc(100% + 1rem); max-width: calc(100% + 1rem);