File tree 2 files changed +13
-7
lines changed
2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 3
3
$this : &;
4
4
5
5
position : relative ;
6
- padding : 10 px ;
6
+ padding : 5 px ;
7
7
background-color : color (white );
8
8
margin-top : 20px ;
9
9
border-radius : 8px ;
13
13
padding: 30px;
14
14
}*/
15
15
16
- & :hover {
16
+ /* &:hover {
17
17
border: 1px solid color(gray-100);
18
18
border-color: color(gray-500);
19
19
text-decoration: none;
20
- }
20
+ }*/
21
21
}
22
22
23
23
& --note-header {
31
31
32
32
& --badges {
33
33
padding : 2px ;
34
+ display : inline-block ;
34
35
}
35
36
36
37
& --content {
45
46
}
46
47
47
48
& --date {
48
- display : inline-block ;
49
49
font-size : 12px ;
50
50
font-weight : 500 ;
51
51
color : color (gray-700 );
52
52
}
53
53
54
54
& --read-more {
55
55
position : absolute ;
56
- bottom : 20 ;
56
+ bottom : 10 ;
57
57
right : 20 ;
58
58
padding : 5px ;
59
59
}
70
70
display : inline-block ;
71
71
/* width: 50%;*/
72
72
}
73
+
74
+ hr {
75
+ padding : 2px ;
76
+ }
73
77
}
Original file line number Diff line number Diff line change @@ -26,14 +26,16 @@ hide_toc: true
26
26
{% for item in product-area %}
27
27
<span class="badge badge--success {{ item | slugify }}">{{ item }}</span>
28
28
{% endfor %}
29
+ <p class="release-note-card--date">Released {{ note.date }}</p>
29
30
</div >
30
31
<div class =" release-note-card--content " >
31
32
<main >
32
- <p>{{ note.description | markdownify }}</p>
33
- <p class="release-note-card--date">Released {{ note.date }}</p> < a class="button button-fill release-note-card--read-more" href="{{ note.read-more }}">Read more</a>
33
+ <p>{{ note.description | markdownify }}</p><br>
34
+ <a class="button button-fill release-note-card--read-more" href="{{ note.read-more }}">Learn more</a>
34
35
</main >
35
36
</div >
36
37
</div >
38
+ <hr style =" height :0.05px " >
37
39
</section >
38
40
{% endfor %}
39
41
You can’t perform that action at this time.
0 commit comments