From b1f741b46c070f431c860425fa24b9ba058ef566 Mon Sep 17 00:00:00 2001 From: aleylara Date: Thu, 25 Feb 2021 22:47:56 +1100 Subject: Update README.md --- Peli-Kiera/README.md | 6 +++--- Peli-Kiera/static/css/main.css | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'Peli-Kiera') diff --git a/Peli-Kiera/README.md b/Peli-Kiera/README.md index 1a734a1..1e4a47c 100644 --- a/Peli-Kiera/README.md +++ b/Peli-Kiera/README.md @@ -36,8 +36,8 @@ A sample article header. Title: Simple is better than complex Date: 2018-11-14 Tags: python, jupyter, library -Description: -Category: +Description: The Zen of Python +Category: Python ### Introduction @@ -58,7 +58,7 @@ Final project directory structure should look similiar to this. │ ├── Makefile ├── content/ -│ ├── Blog Posts/ +│ ├── Python/ │ │ ├── article-one.md │ │ ├── article-two.md │ │ └── article-three.md diff --git a/Peli-Kiera/static/css/main.css b/Peli-Kiera/static/css/main.css index f1ad72c..ff58f1f 100644 --- a/Peli-Kiera/static/css/main.css +++ b/Peli-Kiera/static/css/main.css @@ -90,6 +90,7 @@ time { #container nav ul li { display: flex; + flex-direction: column-reverse; margin-left: 1em; align-items: end; } -- cgit