File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 8
8
{% endblock head %}
9
9
10
10
{% block content %}
11
- < div class ="flex-col content-center self-center w-full mb-5 lg:mt-5 lg:flex lg:w-7/12 ">
12
- < div class ="flex mt-10 mb-10 ">
11
+ < div class ="flex-col content-center self-center mb-5 lg:mt-5 lg:flex w-11/12 lg:w-7/12 ">
12
+ < div class ="lg: flex mt-10 mb-10 ">
13
13
< div >
14
14
< a class ="mt-6 text-4xl link link-hover " href ="{{ object.github_url }} "> {{ object.full_name }}</ a >
15
15
< p class ="mt-3 text-xl "> {{ object.description }}</ p >
18
18
</ div >
19
19
< div class ="divider "> </ div >
20
20
< div >
21
- < article class ="prose "> {{ object.readme_html | safe }}</ article >
21
+ < article class ="prose max-w-none "> {{ object.readme_html | safe }}</ article >
22
22
</ div >
23
23
</ div >
24
24
< div >
25
- < div class ="ml-6 stats stats-vertical ">
25
+ < div class ="lg: ml-6 stats stats-vertical ">
26
26
< div class ="stat ">
27
27
< div class ="stat-figure text-info ">
28
28
< svg xmlns ="http://www.w3.org/2000/svg "
Original file line number Diff line number Diff line change @@ -52,7 +52,8 @@ module.exports = {
52
52
DEFAULT : {
53
53
css : {
54
54
img : {
55
- margin : "0" ,
55
+ "margin-bottom" : "0.2rem" ,
56
+ "margin-top" : "0.2rem" ,
56
57
display : "unset" ,
57
58
} ,
58
59
} ,
You can’t perform that action at this time.
0 commit comments