Alpha 6: Feed-level Pages (#21)
Reviewed-on: #21
This commit was merged in pull request #21.
This commit is contained in:
@@ -22,10 +22,14 @@ header {
|
||||
border-bottom-right-radius: .5rem;
|
||||
color: white;
|
||||
display: flex;
|
||||
flex-flow: row nowrap;
|
||||
flex-flow: row wrap;
|
||||
justify-content: space-between;
|
||||
align-items: baseline;
|
||||
|
||||
div {
|
||||
margin-bottom: .25rem;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
@@ -101,6 +105,10 @@ article {
|
||||
width: unset;
|
||||
}
|
||||
}
|
||||
|
||||
.meta {
|
||||
font-size: .9rem;
|
||||
}
|
||||
}
|
||||
article.docs {
|
||||
line-height: 1.4rem;
|
||||
|
||||
Reference in New Issue
Block a user