Add logo to home page

This commit is contained in:
2023-09-05 22:55:20 +08:00
parent 54b10d2c31
commit af2ca2888b
4 changed files with 32 additions and 43 deletions

View File

@@ -0,0 +1,25 @@
.nav {
display: flex;
position: fixed;
align-items: center;
z-index: 1;
width: 100%;
height: 70px;
background-color: white;
border: {
bottom: {
width: 1px;
style: solid;
color: rgba(204, 204, 204, .33);
}
}
.logo {
padding: 0 40px;
.title {
font-size: 2.8em;
font-family: century gothic, texgyreadventor, stheiti, sans-serif;
}
}
}