update website to include birds
This commit is contained in:
+3
-54
@@ -180,60 +180,7 @@ header {
|
||||
}
|
||||
}
|
||||
|
||||
nav {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
|
||||
gap: 0.7ch;
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 1rem;
|
||||
|
||||
& a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
& > ul {
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
|
||||
font-size: smaller;
|
||||
gap: 0.25em;
|
||||
margin: 0;
|
||||
padding: 0.25em;
|
||||
|
||||
list-style: none;
|
||||
|
||||
background-color: var(--color-dark);
|
||||
border-radius: 2em;
|
||||
|
||||
& > li {
|
||||
margin: 0;
|
||||
|
||||
&::before {
|
||||
content: none;
|
||||
}
|
||||
|
||||
& > a {
|
||||
display: inline-block;
|
||||
padding: 0.5em 1em;
|
||||
|
||||
border-radius: 1.25em;
|
||||
text-decoration: none;
|
||||
|
||||
color: var(--color-text);
|
||||
|
||||
&.active {
|
||||
background-color: var(--color-purple);
|
||||
color: var(--color-dark);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
footer {
|
||||
footer, nav {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
@@ -245,6 +192,8 @@ footer {
|
||||
& * {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user