added comments
All checks were successful
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 19s

This commit is contained in:
Rohit Pai 2023-10-28 13:14:59 +01:00
parent d3a8ff927c
commit 801e336c29
4 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,5 @@
/**** Individual Blog Posts *****/
.profile { .profile {
-webkit-border-radius: 50%; -webkit-border-radius: 50%;
-moz-border-radius: 50%; -moz-border-radius: 50%;

View File

@ -1,3 +1,4 @@
/**** Categories Pages ****/
main > h1 { main > h1 {
padding-left: 3em; padding-left: 3em;

View File

@ -1,3 +1,5 @@
/**** Blog Home page *****/
.banner { .banner {
max-width: 30%; max-width: 30%;
box-shadow: 0 6px 4px 0 var(--mutedBlack); box-shadow: 0 6px 4px 0 var(--mutedBlack);

View File

@ -64,9 +64,6 @@ nav ul li span {
visibility: hidden; visibility: hidden;
} }
/*nav ul li a:hover span, nav ul li .active span {*/
/* visibility: visible;*/
/*}*/
nav ul li .active::before, nav ul li .active::before,
nav ul li .active::after { nav ul li .active::after {