Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Jul 5, 2022
1 parent cb67add commit a577e35
Show file tree
Hide file tree
Showing 5 changed files with 273 additions and 98 deletions.
52 changes: 51 additions & 1 deletion packages/bun-landing/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ header {
align-items: center;
width: min-content;
white-space: nowrap;
gap: 2rem;
}

.Tab {
Expand All @@ -312,6 +311,7 @@ header {
padding-bottom: 8px;
border-bottom: 1px solid #ccc;
cursor: pointer;
padding: 16px 16px;
}

.Tab[data-tab="react"]:hover,
Expand All @@ -321,6 +321,7 @@ header {
.Tab[data-tab="ffi"]:hover,
.Graphs--active-ffi .Tab[data-tab="ffi"] {
border-bottom-color: aquamarine;
background-color: rgba(130, 216, 247, 0.1);
border-right-color: aquamarine;
border-left-color: aquamarine;
}
Expand Down Expand Up @@ -630,6 +631,11 @@ li {
}
}

#explain {
max-width: 650px;
margin: 0 auto;
}

@media (max-width: 930px) {
header {
padding: 24px 16px;
Expand Down Expand Up @@ -872,3 +878,47 @@ li {
border-top: 1px solid rgba(200, 200, 200, 0.1);
}
}

#explain p > code {
white-space: pre;
padding: 1px 2px;
}

.Group {
display: block;
}

.Tag--Command {
display: block;
width: fit-content;
margin-bottom: 0.5rem;
padding: 8px 12px;
}

.Label-replace {
font-weight: 500;
}

.Label-text {
margin-top: 0.5rem;
margin-bottom: 1rem;
}

#batteries {
padding-left: 0;
}

.Group {
margin-bottom: 2rem;
}

.Group strong {
display: block;
}

.Built {
text-align: center;
margin-top: 4rem;
margin-bottom: 2rem;
color: #333;
}
Loading

0 comments on commit a577e35

Please sign in to comment.