1
0
mirror of https://github.com/actix/actix-website synced 2024-11-23 16:31:08 +01:00
This commit is contained in:
krircc 2018-01-07 19:00:28 +08:00
parent 63fe989b22
commit fee27fbc3c
2 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
<div id="mnav">
<div id="lnav">
<div id="line"></div>
<h1><img src="/public/imgs/ACTIX.png"/><a href="/">Actix</a></h1>
<h1><a href="/"><img src="/public/imgs/ACTIX.png"/></a><a id="home" href="/">Actix</a></h1>
<label ><a href="#" id="menu">menu</a></label>
</div>
<div id="rnav">

View File

@ -57,7 +57,7 @@ ul, ol, li {
height: 4px;
background-color: var(--orange);
}
#lnav h1 a {
#lnav h1 #home {
font-size: 33px;
margin: auto 1vw;
font-weight: bold;
@ -182,8 +182,8 @@ footer p {
/* ----------------------------------------mobile----------------------------------------*/
@media only screen and (max-width: 600px) {
#lnav h1 img {
width: 3.3rem;
height: 3.3rem;
width: 3rem;
height: 3rem;
vertical-align:middle;
margin-left: 1vw;
}
@ -212,8 +212,8 @@ footer p {
display: none;
}
#lnav h1 img {
width: 3.3rem;
height: 3.3rem;
width: 3rem;
height: 3rem;
vertical-align:middle;
margin-left: 5vw;
}
@ -222,7 +222,7 @@ footer p {
position: fixed;
right: 0;
line-height: 60px;
padding-right: 6vw;
padding-right: 5vw;
}
#rnav li {
@ -273,8 +273,8 @@ footer p {
display: none;
}
#lnav h1 img {
width: 3.3rem;
height: 3.3rem;
width: 3rem;
height: 3rem;
vertical-align:middle;
margin-left: 11vw;
}