~bfiedler/website

9d7b90792142d3dc277fb957d955a76254e0714a — Ben Fiedler 2 years ago 69b34b9
fix date wrapping on chrome-based browsers
1 files changed, 5 insertions(+), 0 deletions(-)

M assets/style.scss
M assets/style.scss => assets/style.scss +5 -0
@@ 383,7 383,12 @@ section.webring {

@media (min-width: 360px) {
    time.post-time {
        // Works on FF and Webkit
        word-break: keep-all;

        // For Chrome-based stuff
        white-space: nowrap;

        display: initial;
    }
}