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 88{% endblock head %}
99
1010{% 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 ">
1313 < div >
1414 < a class ="mt-6 text-4xl link link-hover " href ="{{ object.github_url }} "> {{ object.full_name }}</ a >
1515 < p class ="mt-3 text-xl "> {{ object.description }}</ p >
1818 </ div >
1919 < div class ="divider "> </ div >
2020 < div >
21- < article class ="prose "> {{ object.readme_html | safe }}</ article >
21+ < article class ="prose max-w-none "> {{ object.readme_html | safe }}</ article >
2222 </ div >
2323 </ div >
2424 < div >
25- < div class ="ml-6 stats stats-vertical ">
25+ < div class ="lg: ml-6 stats stats-vertical ">
2626 < div class ="stat ">
2727 < div class ="stat-figure text-info ">
2828 < svg xmlns ="http://www.w3.org/2000/svg "
Original file line number Diff line number Diff line change @@ -52,7 +52,8 @@ module.exports = {
5252 DEFAULT : {
5353 css : {
5454 img : {
55- margin : "0" ,
55+ "margin-bottom" : "0.2rem" ,
56+ "margin-top" : "0.2rem" ,
5657 display : "unset" ,
5758 } ,
5859 } ,
You can’t perform that action at this time.
0 commit comments