improve stylings of article page

This commit is contained in:
M Sarmad Qadeer
2022-08-08 15:25:44 +05:00
parent 0ef5ad3523
commit e0054afbc8
2 changed files with 40 additions and 5 deletions
+37 -3
View File
@@ -1,3 +1,37 @@
body{
background-color: yellowgreen;
}
h1{
font-size: 1.8rem;
font-weight: 600;
letter-spacing: 0.6px;
margin-bottom: 1rem;
}
h2{
font-size: 1.5rem;
font-weight: 500;
letter-spacing: 0.6px;
margin-bottom: 1rem;
margin-top: 1.5rem;
}
h3{
font-size: 1.3rem;
font-weight: 500;
letter-spacing: 0.6px;
margin-bottom: 1rem;
margin-top: 1rem;
}
ul li,ol li{
text-decoration: none;
list-style: none;
font-size: 1.1rem;
line-height: 30px;
letter-spacing: 0.6px;
}
pre{
overflow: scroll;
}
/* code{
width: 100%;
height: auto;
} */