Lots of style fixes - the kind-specific feeds and the permalink pages now look great

This commit is contained in:
Danielle McLean 2017-10-25 12:46:04 +11:00
parent 2b6691f8a5
commit 172f0d4753
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
7 changed files with 47 additions and 15 deletions

View file

@ -0,0 +1,11 @@
$sm = 576px
$md = 768px
$lg = 992px
$xl = 1200px
main
flex-direction column
align-items center
@media (min-width $md)
flex-direction row-reverse
align-items unset

View file

@ -1,4 +1,8 @@
{% extends 'lemoncurry/layout.html' %}
{% load static %}
{% block styles %}
<link rel="stylesheet" type="text/stylus" href="{% static 'home/css/index.styl' %}" />
{% endblock %}
{% block main %}
<aside class="author">
<article class="h-card card p-author">