💄 Move fixed post copyright word break limit.

This commit is contained in:
凡梦星尘 2022-12-31 21:54:21 +08:00
parent a59b6a6f32
commit dac9b379dc
2 changed files with 5 additions and 15 deletions

View File

@ -59,6 +59,10 @@
@include post-card(); @include post-card();
border: none; border: none;
background: none; background: none;
li {
word-break: break-all;
}
} }
} }

View File

@ -176,17 +176,3 @@ $second_comment_name : {{ lower (index $sortNav 1).name }};
// Schemes Layer // Schemes Layer
// -------------------------------------------------- // --------------------------------------------------
{{ printf "@import '_schemes/%s/';" $P.scheme }} {{ printf "@import '_schemes/%s/';" $P.scheme }}
// Custom Layer
// TODO
// --------------------------------------------------
// @import 'theme.injects.style';
// BUG Fix
li {
word-break: break-all;
}
a {
word-break: break-all;
}