list view

This commit is contained in:
gurusabarish
2021-06-08 16:16:14 +05:30
parent 6fb96c3864
commit 0cf404308f
8 changed files with 120 additions and 62 deletions
+17
View File
@@ -0,0 +1,17 @@
html {
scroll-behavior: smooth;
}
body {
font-family: "Roboto", sans-serif;
background-color: #0a192f;
}
.post-ol {
list-style-type: decimal-leading-zero;
padding-top: 1%;
}
.post-ol li {
padding-top: 3%;
}
.post-sum p {
margin: 0;
}