X-Git-Url: https://iankelling.org/git/?p=iankelling.org;a=blobdiff_plain;f=css%2Fmain.scss;fp=css%2Fmain.scss;h=7c7e4a23206f6754d978c9f3fcb84538fa20b9d1;hp=c8782244dce4d7ce26395af972b6695bd22fe3db;hb=a5d36b23813ae286ba3fb76e4f60ef6d267ba128;hpb=f32a9440b9055001ef3749999eaf3b4d7974932c diff --git a/css/main.scss b/css/main.scss index c878224..7c7e4a2 100644 --- a/css/main.scss +++ b/css/main.scss @@ -80,16 +80,10 @@ body { line-height: 1.5; // default is too scrunched } -// alternative to a
. whatever. -// https://stackoverflow.com/questions/7363766/how-to-insert-a-line-break-before-an-element-using-css -.comment-date::before { - content: "\A"; -} - .comment-date { color: $comment-date-color; font-size: 15px; - white-space: pre; + margin-top: 0; } .post-date {