edited readme
This commit is contained in:
@@ -34,5 +34,5 @@
|
||||
padding: 10px 0px;
|
||||
}
|
||||
#cv .mouse {
|
||||
margin-top: 150px;
|
||||
margin-top: 100px;
|
||||
}
|
||||
|
||||
@@ -1,3 +1,14 @@
|
||||
.home {
|
||||
|
||||
#home {
|
||||
height: 100vh;
|
||||
grid-template-rows: 1fr 1fr auto auto;
|
||||
/*
|
||||
grid-template-rows: 1fr 50px auto auto;
|
||||
*/
|
||||
}
|
||||
#home article {
|
||||
/*
|
||||
height: 10000vh;
|
||||
*/
|
||||
}
|
||||
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
place-content: center;
|
||||
height: 400px;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
29
styles/elements/nav.css
Normal file
29
styles/elements/nav.css
Normal file
@@ -0,0 +1,29 @@
|
||||
|
||||
nav {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
background-color: #f6f6f6;
|
||||
z-index: 1;
|
||||
}
|
||||
nav a {
|
||||
position: relative;
|
||||
padding: 10px 20px;
|
||||
height: fit-content;
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
||||
nav a:before {
|
||||
content: "•";
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
}
|
||||
nav a:after {
|
||||
content: "•";
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
}
|
||||
|
||||
@@ -27,5 +27,5 @@
|
||||
margin: 0px 0px 10px 0px;
|
||||
}
|
||||
#projects .mouse {
|
||||
margin-top: 150px;
|
||||
margin-top: 100px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user