From da4bd9d7bf7789f68b5673b37dc762f772785f07 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 31 Jul 2018 15:24:44 -0300 Subject: Fix header links position --- TODOs.org | 4 +++- site/css/styles.css | 4 +++- site/templates/default.html | 16 ++++++++++------ 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/TODOs.org b/TODOs.org index 1e5bbae..8b430f6 100644 --- a/TODOs.org +++ b/TODOs.org @@ -11,6 +11,8 @@ https://www.varstack.com/2017/12/05/Simplifying-Travis-with-Nix/ - [[http://yannesposito.com/Scratch/en/blog/Hakyll-setup/][Hakyll setup]] ** TODO Add Piwik ** TODO Improve CSS +- [ ] Use SASS (for less verbosity) +- [ ] Use flexbox ** TODO Add icon to Atom http://technotes.iangreenleaf.com/posts/2013-10-17-rss-the-least-wrong-way.html ** TODO Add IPFS Permalink @@ -40,7 +42,7 @@ Similar to https://drewdevault.com//2018/06/05/Should-you-move-to-sr.ht.html. - [ ] move email and public key to About - [ ] Adicionar foto do tuxonaldo - [ ] Add GitHub -- [ ] Remove Home title +- [x] Remove Home title ** TODO Double-check Atom content https://begriffs.com/posts/2016-05-28-rss-responsive-design.html ** TODO Allow =verbatim= in title diff --git a/site/css/styles.css b/site/css/styles.css index 1d459f2..19feeaf 100644 --- a/site/css/styles.css +++ b/site/css/styles.css @@ -93,8 +93,10 @@ header { } nav { - text-align: right; font-family: 'Linux Biolinum',sans; + display: flex; + flex-direction: row; + justify-content: space-between; } nav a { diff --git a/site/templates/default.html b/site/templates/default.html index 0cf0130..f0e5598 100644 --- a/site/templates/default.html +++ b/site/templates/default.html @@ -11,12 +11,16 @@
-- cgit v1.2.3