styling tweaks

This commit is contained in:
Akbar Rahman 2021-12-23 21:44:17 +00:00
parent 9323aeab53
commit 98310897d4
Signed by: alvierahman90
GPG Key ID: 20609519444A1269

View File

@ -4,6 +4,10 @@ html {
scroll-behavior: smooth; scroll-behavior: smooth;
} }
h1 { font-size: 2.5em }
h2 { font-size: 2em;}
h3 { font-size: 1.5em; }
body { body {
max-width: none; max-width: none;
margin: none; margin: none;
@ -85,7 +89,8 @@ li {
#content { #content {
margin: 0 auto; margin: 0 auto;
padding: 1em; padding: 1em;
max-width: 60em; width: 60em;
max-width: 100%;
} }
#commitlog, #license { padding: 0; } #commitlog, #license { padding: 0; }
@ -95,15 +100,13 @@ li {
color: #656565; color: #656565;
} }
ul#articlelist li a { color: #454545 }
#toc li, ul#articlelist { list-style: none; } #toc li, ul#articlelist { list-style: none; }
#toc ul, ul#articlelist { margin-left: 0.75em ; padding-left: 0.75em; } #toc ul, ul#articlelist { margin-left: 0.75em ; padding-left: 0.75em; }
#toc ul, ul#articlelist { border-left: 1px solid #b3b3b3;} #toc ul, ul#articlelist { border-left: 1px solid #b3b3b3;}
#toc > ul { padding; none; padding: 0; margin: 0; border: none;max-width: 100%;} #toc > ul { padding; none; padding: 0; margin: 0; border: none;max-width: 100%;}
#toc li > a, #toc li > a,
ul#articlelist li a { ul#articlelist > a{
text-decoration: none; text-decoration: none;
display: inline-block; display: inline-block;
width: 100%; width: 100%;