Add note layout

Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
hossainemruz 2021-03-25 00:50:15 +06:00
parent 5c95132b1e
commit beea892a20
11 changed files with 237 additions and 6 deletions

View file

@ -168,6 +168,16 @@ img.right {
font-size: 10pt;
}
/* ====== codeblocks ====== */
pre {
margin: 5px;
}
pre > code {
padding: 10px !important;
}
/* --- FOOTER START --- */
.footer {