mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 14:49:58 -07:00
website: css
This commit is contained in:
@@ -27,11 +27,10 @@ main {
|
||||
|
||||
&::after {
|
||||
bottom: 0;
|
||||
height: 16rem;
|
||||
height: var(--main-padding);
|
||||
background-image: linear-gradient(
|
||||
to bottom,
|
||||
transparent,
|
||||
var(--background-color) 85%,
|
||||
var(--background-color)
|
||||
);
|
||||
}
|
||||
@@ -54,7 +53,7 @@ main {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding-bottom: var(--bottom-area);
|
||||
padding-bottom: 12rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user