💄 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();
border: none;
background: none;
li {
word-break: break-all;
}
}
}

View File

@ -175,18 +175,4 @@ $second_comment_name : {{ lower (index $sortNav 1).name }};
// Schemes Layer
// --------------------------------------------------
{{ 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;
}
{{ printf "@import '_schemes/%s/';" $P.scheme }}