lbry.com/web/scss/components/_post.scss
ポール ウェッブ 3094dda001 Redesign
2019-03-19 08:55:04 -05:00

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%;
}
}