mobile-friendly-blog #47

Merged
rodude123 merged 3 commits from mobile-friendly-blog into master 2023-10-28 19:02:34 +01:00
4 changed files with 5 additions and 3 deletions
Showing only changes of commit 801e336c29 - Show all commits

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 {