File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -300,10 +300,19 @@ header h1 {
300
300
301
301
302
302
.highlight {
303
- height : 30 px ;
303
+ height : 12 px ;
304
304
position : relative ;
305
- top : -30 px ;
305
+ top : 0 ;
306
306
left : -10px ;
307
307
width : 120% ;
308
308
max-width : 90vw ;
309
+ border-radius : 2px ;
309
310
}
311
+
312
+ @media screen and (max-width : 769px ) {
313
+ .highlight {
314
+ border-bottom-left-radius : 0 ;
315
+ border-top-left-radius : 0 ;
316
+ }
317
+ }
318
+
Original file line number Diff line number Diff line change 3
3
<div class =" w-100 mw-none ph3 mw8-m mw8-l center f3" >
4
4
<header >
5
5
<h2 >{{ post.title }} </h2 >
6
- <div class =" highlight" ></div >
6
+ <div class =" highlight mt2 mb3 " ></div >
7
7
</header >
8
8
9
9
<div class =" publish-date-author" >{{ month_name post.month }} {{ post.day }} , {{ post.year }} · {{ post.author }}
You can’t perform that action at this time.
0 commit comments