-
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.
Deploying to gh-pages from @ f60f0d0 🚀
- Loading branch information
1 parent
b9b851d
commit 5e37e3b
Showing
8 changed files
with
146 additions
and
80 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
.cardholder[data-v-6feece38]{grid-auto-flow:row dense}.cardholder h3[data-v-6feece38]{font-size:1.5rem}.cardholder li[data-v-6feece38]{margin-bottom:var(--gutter-narrow)} |
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 |
---|---|---|
|
@@ -169,3 +169,7 @@ details { | |
margin: 3rem 4rem 5rem 4rem; | ||
font-size: 18px; | ||
} | ||
|
||
.print-only { | ||
display: none; | ||
} |
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 |
---|---|---|
@@ -0,0 +1,50 @@ | ||
@import url('./variables.css'); | ||
|
||
.no-print, .old { | ||
display: none; | ||
} | ||
|
||
.print-only { | ||
display: block; | ||
} | ||
|
||
a { | ||
text-decoration: none; | ||
|
||
&::after { | ||
content:": " attr(href); | ||
} | ||
} | ||
|
||
header { | ||
& > p { | ||
display: none; | ||
} | ||
} | ||
|
||
details { | ||
height: fit-content; | ||
|
||
&::details-content { | ||
display: contents; | ||
} | ||
|
||
summary { | ||
display: none; | ||
} | ||
} | ||
|
||
#top { | ||
nav { | ||
max-width: 45rem; | ||
|
||
ul { | ||
display: block; | ||
padding-left: 0; | ||
|
||
li { | ||
text-align: left; | ||
} | ||
} | ||
} | ||
} |
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