Changed Text alignment of project and blog-info paragraphs to left; changed background-color nav-bar links in mobile mode to blue

This commit is contained in:
Stan Turing 2024-12-18 12:00:25 +01:00
parent 90a4e9e740
commit 98948c1d73

View file

@ -238,7 +238,7 @@ header {
background-color: #161B22; background-color: #161B22;
padding: 30px 25px; padding: 30px 25px;
border-radius: 20px; border-radius: 20px;
text-align: center; text-align: left;
align-items: center; align-items: center;
line-height: 2; line-height: 2;
} }
@ -279,7 +279,7 @@ header {
} }
.blog-info { .blog-info {
text-align: center; text-align: left;
margin-bottom: 17px; margin-bottom: 17px;
} }
@ -404,6 +404,11 @@ a:hover {
margin-bottom: 15px; margin-bottom: 15px;
padding: 10px 30px; padding: 10px 30px;
} }
.nav-bar ul li a:hover {
margin-bottom: 15px;
padding: 10px 30px;
background-color: #1F6FEB;
}
/* ######### home ######### */ /* ######### home ######### */
.hi-me { .hi-me {
width: 150px; width: 150px;