mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
13 lines
230 B
SCSS
13 lines
230 B
SCSS
.post-navigation {
|
|
border-top: 1px solid var(--lbry-gray-1);
|
|
display: flex;
|
|
font-size: 1rem;
|
|
justify-content: space-between;
|
|
line-height: 1.55;
|
|
margin-top: 2rem;
|
|
padding-top: 1.5rem;
|
|
|
|
a {
|
|
max-width: 48%;
|
|
}
|
|
}
|