Adjust home layout: push my h-card over to the side and display recent entries in the main content area
This commit is contained in:
parent
3ff560e07e
commit
36dea2b5ad
4 changed files with 16 additions and 7 deletions
8
templates/home.cassius
Normal file
8
templates/home.cassius
Normal file
|
@ -0,0 +1,8 @@
|
|||
body > main
|
||||
display: flex
|
||||
flex-direction: row-reverse
|
||||
margin: 2em
|
||||
> .entries
|
||||
flex: 1
|
||||
> .author
|
||||
max-width: 30%
|
Loading…
Add table
Add a link
Reference in a new issue