diff --git a/stylesheets/style.css b/stylesheets/style.css index 2e685e45..c07b9941 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -451,7 +451,10 @@ input.delete { .post-details { text-wrap: nowrap; - float: right; + + @media (max-width: 48em) { + float: right; + } } .intro span.subject {