mirror of
https://github.com/stan-turing/website.git
synced 2025-03-06 20:53:28 +01:00
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:
parent
90a4e9e740
commit
98948c1d73
1 changed files with 7 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue