-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TODO: - Redo FAQ - Add release blog post for v0.1.1
- Loading branch information
Showing
11 changed files
with
242 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,68 @@ | ||
.masthead { | ||
padding-top: var(--spacer); | ||
padding-bottom: var(--spacer); | ||
margin-bottom: var(--spacer-2); | ||
top: 0; | ||
display: flex; | ||
position: sticky; | ||
flex-direction: column; | ||
background-color: var(--header-color); | ||
z-index: 1; | ||
padding: 0.333rem; | ||
margin: 8px; | ||
margin-bottom: var(--spacer); | ||
border-bottom: thin solid var(--border-color); | ||
border: 1px solid rgba(255, 255, 255, .25); | ||
border-radius: 20px; | ||
box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25); | ||
backdrop-filter: blur(15px); | ||
nav { | ||
display: flex; | ||
align-items: center; | ||
justify-content: space-between; | ||
width: 100%; | ||
height: 100%; | ||
} | ||
} | ||
|
||
.masthead-left { | ||
display: flex; | ||
align-items: center; | ||
gap: 2px; | ||
.masthead-ul { | ||
flex-grow: 1; | ||
margin-left: 34px; | ||
} | ||
} | ||
|
||
.masthead small:not(:last-of-type)::after { | ||
content: " • "; | ||
.masthead-ul { | ||
list-style: none; | ||
display: flex; | ||
align-items: center; | ||
} | ||
|
||
.masthead-li { | ||
position: relative; | ||
font-size: 0.8375rem; | ||
font-weight: 500; | ||
padding-top: 0.25rem; | ||
padding-bottom: 0.25rem; | ||
} | ||
|
||
// .masthead small:not(:last-of-type)::after { | ||
// content: " • "; | ||
// } | ||
|
||
.masthead-title { | ||
margin-bottom: 0; | ||
margin: 0; | ||
display: flex; | ||
align-items: center; | ||
|
||
a { | ||
color: inherit; | ||
text-decoration: none; | ||
} | ||
|
||
small { | ||
font-weight: 400; | ||
opacity: .5; | ||
* { | ||
font-size: 0.8375rem; | ||
font-weight: 600; | ||
margin: 0; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ | |
text-decoration: none; | ||
|
||
small { | ||
color: var(--gray-600); | ||
color: var(--dark-3); | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.