mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-14 12:38:13 -07:00
website_next: snapshot
This commit is contained in:
@@ -1,6 +1,23 @@
|
||||
main.explore {
|
||||
display: flex;
|
||||
--explore-max-width: 80rem;
|
||||
--explore-gap: 2rem;
|
||||
--chain-width: calc(4.5rem * sqrt(3));
|
||||
|
||||
display: grid;
|
||||
grid-template-columns: var(--chain-width) minmax(0, 1fr);
|
||||
gap: var(--explore-gap);
|
||||
width: min(100%, var(--explore-max-width));
|
||||
height: 100dvh;
|
||||
margin-inline: auto;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@media (max-width: 48rem) {
|
||||
main.explore {
|
||||
grid-template-columns: minmax(0, 1fr);
|
||||
grid-template-rows: auto minmax(0, 1fr);
|
||||
gap: 0;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user