Add few things

This commit is contained in:
Prayag
2021-04-19 20:34:33 +05:30
parent 03e5d663ec
commit 372203cf87
4 changed files with 1390 additions and 1348 deletions

View File

@@ -96,3 +96,12 @@ img.userImg {
width: 50%;
border-radius: 15px;
}
code {
display: block !important;
width: fit-content;
background: #585858;
color: white;
padding: .5rem;
border-radius: 5.5px;
border: .5px solid #999999;
}