Lots of style fixes - the kind-specific feeds and the permalink pages now look great
This commit is contained in:
parent
2b6691f8a5
commit
172f0d4753
7 changed files with 47 additions and 15 deletions
|
@ -1,7 +1,5 @@
|
|||
from .base import *
|
||||
|
||||
ALLOWED_HOSTS = ['*']
|
||||
STATIC_URL = 'https://static.00dani.dev/'
|
||||
MEDIA_URL = STATIC_URL + 'media/'
|
||||
META_SITE_DOMAIN = '00dani.dev'
|
||||
META_FB_APPID = '142105433189339'
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
@import 'base16-material-darker'
|
||||
|
||||
$sm = 576px
|
||||
$md = 768px
|
||||
$lg = 992px
|
||||
$xl = 1200px
|
||||
|
||||
html
|
||||
background-color $base01
|
||||
|
||||
|
@ -46,11 +41,6 @@ body
|
|||
margin 2rem
|
||||
flex 1
|
||||
display flex
|
||||
flex-direction column
|
||||
align-items center
|
||||
@media (min-width $md)
|
||||
flex-direction row-reverse
|
||||
align-items unset
|
||||
|
||||
> footer
|
||||
display flex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue