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:
Danielle McLean 2017-10-08 17:19:22 +11:00
parent 3ff560e07e
commit 36dea2b5ad
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
4 changed files with 16 additions and 7 deletions

8
templates/home.cassius Normal file
View file

@ -0,0 +1,8 @@
body > main
display: flex
flex-direction: row-reverse
margin: 2em
> .entries
flex: 1
> .author
max-width: 30%

View file

@ -1 +1,4 @@
^{hCard user}
<div .author>
^{hCard userE}
<div .entries>
^{hFeed entries}

View file

@ -1,7 +1,4 @@
.card.h-card
margin: 2em auto
width: 22rem
ul.profiles
list-style: none
padding-left: 0