💄 Move fixed post copyright word break limit.
This commit is contained in:
parent
a59b6a6f32
commit
dac9b379dc
@ -59,6 +59,10 @@
|
|||||||
@include post-card();
|
@include post-card();
|
||||||
border: none;
|
border: none;
|
||||||
background: none;
|
background: none;
|
||||||
|
|
||||||
|
li {
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -175,18 +175,4 @@ $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;
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user