added markdown, organized templates, fixed email overflow issue in pikachu

This commit is contained in:
Amruth Pillai
2020-03-26 23:27:04 +05:30
parent 178d12fae9
commit 333e94cb32
12 changed files with 733 additions and 320 deletions

View File

@ -18,6 +18,11 @@ body {
font-family: 'Montserrat', sans-serif;
}
li {
list-style: disc;
list-style-position: inside !important;
}
@media screen {
input:checked + i.material-icons {
display: block;