forked from rc/aircox
css
This commit is contained in:
parent
9ad07e60b9
commit
74d644d9e1
|
@ -94,6 +94,16 @@ main {
|
|||
margin: 0em 0em 0.4em 0em;
|
||||
}
|
||||
|
||||
main .post_content {
|
||||
display: block;
|
||||
}
|
||||
|
||||
main .post_content section {
|
||||
display: inline-block;
|
||||
width: calc(50% - 4em);
|
||||
}
|
||||
|
||||
|
||||
/** detail view **/
|
||||
main.detail {
|
||||
padding: 0em;
|
||||
|
@ -133,7 +143,6 @@ main.detail {
|
|||
|
||||
main.detail > header h1.title + section {
|
||||
margin-top: 2em;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
main.detail header .summary {
|
||||
|
|
Loading…
Reference in New Issue
Block a user