File tree Expand file tree Collapse file tree 6 files changed +36
-13
lines changed Expand file tree Collapse file tree 6 files changed +36
-13
lines changed Original file line number Diff line number Diff line change 68
68
69
69
<section
70
70
v-show =" post.summary"
71
- class =" my-10 text-xl leading-9 post-page-summary sm:px-5 md:mx-auto lg:mx-0"
71
+ class =" my-10 text-lg leading-9 post-page-summary sm:px-5 md:mx-auto lg:mx-0 max-char "
72
72
role =" region"
73
73
:aria-label =" $themeLocaleConfig.a11y.landmarks.post.summary"
74
74
>
92
92
role =" region"
93
93
aria-label =" Content post"
94
94
>
95
- <div class =" w-full lg:w-auto" >
95
+ <div class =" w-full max-w-3xl lg:w-auto" >
96
96
<Content
97
97
itemprop =" articleBody"
98
98
class =" sm:px-5 md:mx-auto lg:mx-0"
99
99
/>
100
100
101
- <hr class =" mt -16" >
101
+ <hr class =" my -16" >
102
102
103
- <div class =" py-20 disqus-section" >
103
+ <ShareLinks
104
+ :path =" post.path"
105
+ :title =" post.title"
106
+ :summary =" post.summary"
107
+ horizontal
108
+ class =" lg:hidden"
109
+ />
110
+
111
+ <hr class =" my-16 lg:hidden" >
112
+
113
+ <div class =" disqus-section" >
104
114
<Disqus shortname =" vue-a11y-test" />
105
115
</div >
106
116
107
- <hr >
117
+ <hr class = " my-16 " >
108
118
109
- <div class =" py-20 webmentions-section" >
119
+ <div class =" webmentions-section" >
110
120
<WebMentions />
111
121
</div >
112
122
</div >
Original file line number Diff line number Diff line change 32
32
}
33
33
34
34
.max-char {
35
- max-width : 74 ex ;
35
+ max-width : 68 ex ;
36
36
}
37
37
38
38
input ::placeholder {
Original file line number Diff line number Diff line change 43
43
}
44
44
}
45
45
}
46
+
47
+ & -list .horizontal {
48
+ @apply flex flex-wrap justify-between ;
49
+
50
+ & :before {
51
+ display : none ;
52
+ }
53
+
54
+ .toc-list-item {
55
+ @apply w-48 flex items-center mb- 4;
56
+ }
57
+
58
+ }
46
59
}
47
60
48
61
.btn {
Original file line number Diff line number Diff line change 30
30
}
31
31
}
32
32
> figcaption {
33
- @apply w-full text-center text-base ;
33
+ @apply w-full text-center text-base mt- 2 ;
34
34
35
35
p {
36
36
margin : 0 ;
Original file line number Diff line number Diff line change 1
1
.content__default {
2
- @apply text-xl block ;
2
+ @apply text-lg block ;
3
3
min-height : 150px ;
4
4
5
5
p {
6
6
word-wrap : break-word ;
7
- margin : 30 px 0 ;
8
- max-width : 74 ex ;
7
+ margin : 40 px 0 ;
8
+ max-width : 68 ex ;
9
9
10
10
abbr {
11
11
cursor : help ;
16
16
}
17
17
18
18
p , ol , ul {
19
- @apply leading- 10 ;
19
+ @apply leading- 8 ;
20
20
}
21
21
22
22
h4 , h5 , h6 {
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" w-full" >
3
3
<article class =" flex justify-between w-full px-6 pt-6 md:mt-4 lg:px-10 xl:pr-0" >
4
- <div class =" page-content" >
4
+ <div class =" max-w-3xl page-content" >
5
5
<Content />
6
6
<PageEdit class =" flex flex-wrap justify-between w-full py-6 pb-24 border-t c-border-color md:mt-4" />
7
7
</div >
You can’t perform that action at this time.
0 commit comments