@@ -891,16 +891,19 @@ .scm-links { float: none; grid-area: rightmargin; height: 100%; } + + article.with-title .scm-links { + grid-area: title; + } .scm-links a:hover { color: #2176ff; background: none; } - section.entry-content { grid-area: main; /* Prevent content from overriding grid column sizing */ /* See https://css-tricks.com/preventing-a-grid-blowout/ */