We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32c00a commit 6703af1Copy full SHA for 6703af1
src/styles/app.scss
@@ -300,10 +300,11 @@ header h1 {
300
301
302
.highlight {
303
- height: 30px;
+ height: 12px;
304
position: relative;
305
- top: -30px;
+ top: 0;
306
left: -10px;
307
width: 120%;
308
max-width: 90vw;
309
+ border-radius: 2px;
310
}
templates/post.hbs
@@ -3,7 +3,7 @@
3
<div class="w-100 mw-none ph3 mw8-m mw8-l center f3">
4
<header>
5
<h2>{{ post.title }}</h2>
6
- <div class="highlight"></div>
+ <div class="highlight mt2 mb3"></div>
7
</header>
8
9
<div class="publish-date-author">{{month_name post.month}} {{post.day}}, {{post.year}} · {{post.author}}
0 commit comments