styleguide: move scripts, add mobile navigation, style generator
All checks were successful
/ build (push) Successful in 9s
All checks were successful
/ build (push) Successful in 9s
This commit is contained in:
parent
4ebc78ae1f
commit
fa75654b11
16 changed files with 390 additions and 112 deletions
|
|
@ -287,7 +287,7 @@ h6,
|
|||
.h6 {
|
||||
font-family: "Argon Glow", ui-sans, sans-serif;
|
||||
font-weight: 400;
|
||||
margin: 0;
|
||||
margin: 1rem 0;
|
||||
}
|
||||
|
||||
h1,
|
||||
|
|
@ -364,9 +364,14 @@ table tr th {
|
|||
}
|
||||
table thead {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
top: 4rem;
|
||||
z-index: 10;
|
||||
}
|
||||
@media (min-width: 48rem) {
|
||||
table thead {
|
||||
top: 0;
|
||||
}
|
||||
}
|
||||
table thead tr > th {
|
||||
outline-width: 0.1em;
|
||||
outline-style: solid;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue