Skip to content

Commit 7bfcf27

Browse files
committed
Optimize response design for License text.
1 parent c138ce1 commit 7bfcf27

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

assets/css/main.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -872,6 +872,12 @@ div.tooltip-inner { /* Overrided BS4 Tooltip */
872872

873873
}
874874

875+
@media all and (min-width: 577px) and (max-width: 830px) {
876+
footer .license {
877+
padding-left: 1rem;
878+
}
879+
}
880+
875881
@media all and (max-width: 768px) {
876882
.post img {
877883
max-width: calc(100% + 1rem);

0 commit comments

Comments
 (0)