-
Notifications
You must be signed in to change notification settings - Fork 401
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main'
- Loading branch information
Showing
145 changed files
with
3,571 additions
and
1,236 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,16 @@ | ||
@import url("https://rsms.me/inter/inter.css"); | ||
|
||
html, | ||
body { | ||
font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, | ||
Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, | ||
Segoe UI Symbol; | ||
margin: 0; | ||
padding: 0; | ||
} | ||
|
||
.Page { | ||
margin-left: auto; | ||
margin-right: auto; | ||
max-width: 1024px; | ||
text-align: center; | ||
padding-top: 128px; | ||
} | ||
|
||
h1 { | ||
font-size: 72px; | ||
margin: 0px; | ||
} | ||
|
||
h2 { | ||
font-size: 32px; | ||
margin: 0px; | ||
font-weight: 400; | ||
} | ||
|
||
.Frameworks { | ||
display: grid; | ||
grid-template-columns: 1fr 1fr 1fr; | ||
gap: 24px; | ||
margin-top: 64px; | ||
} | ||
|
||
.Framework { | ||
margin: 0px; | ||
padding: 12px 16px; | ||
border: 1px solid #ccc; | ||
border-radius: 4px; | ||
min-height: 64px; | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
font-weight: 500; | ||
text-decoration: none; | ||
} | ||
|
||
.Framework:hover { | ||
background-color: #f1f1f1; | ||
cursor: pointer; | ||
@supports (font-variation-settings: normal) { | ||
body { | ||
font-family: InterVariable, -apple-system, BlinkMacSystemFont, Segoe UI, | ||
Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, | ||
Segoe UI Symbol; | ||
} | ||
} |
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,3 +1,3 @@ | ||
.Heading { | ||
padding: 0px; | ||
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
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
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.