Add logo to home page
This commit is contained in:
25
src/assets/css/header.scss
Normal file
25
src/assets/css/header.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
1
src/assets/css/home.scss
Normal file
1
src/assets/css/home.scss
Normal file
@@ -0,0 +1 @@
|
||||
@import url(header.scss);
|
||||
Reference in New Issue
Block a user