Bit better nav centering
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 1m58s
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 1m58s
This commit is contained in:
parent
4f0e396df3
commit
acdab8b321
@ -4,10 +4,9 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: var(--space-size-xs);
|
gap: var(--space-size-xs);
|
||||||
grid-column: auto/span 2;
|
/* grid-column: auto/span 2; */
|
||||||
justify-content: end;
|
justify-content: end;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
--grid-item-size: 20rem;
|
|
||||||
|
|
||||||
legend {
|
legend {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
|
@ -154,7 +154,7 @@ nav {
|
|||||||
|
|
||||||
header {
|
header {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fit, minmax(var(--grid-item-size, 10rem), 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(var(--grid-item-size, clamp(2rem, 10vw, 10rem)), 1fr));
|
||||||
grid-gap: 10px;
|
grid-gap: 10px;
|
||||||
padding: var(--space-size-m);
|
padding: var(--space-size-m);
|
||||||
place-items: center;
|
place-items: center;
|
||||||
|
Loading…
Reference in New Issue
Block a user