From 39c1bf4282b4dfaae19296e42fd11cbec4a801a6 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Mon, 16 Sep 2019 01:24:39 +0200 Subject: [PATCH] small styling --- liquet/css/singular.css | 5 ++--- liquet/style.css | 12 ++++++++++++ 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/liquet/css/singular.css b/liquet/css/singular.css index 47196f3..736d13c 100644 --- a/liquet/css/singular.css +++ b/liquet/css/singular.css @@ -62,8 +62,7 @@ width: 100%; } -#singular #main #content > p a, -#singular #main #content > figure a { +#singular #main #content > * a { border-bottom: 2px solid var(--clr-black); } @@ -122,7 +121,7 @@ margin: .25em .5em; } - #singular #top{ + #singular #top { padding: 0 .5em; } } \ No newline at end of file diff --git a/liquet/style.css b/liquet/style.css index 7bafc4c..775b5c4 100644 --- a/liquet/style.css +++ b/liquet/style.css @@ -40,6 +40,18 @@ h1, h2, h3, h4, h5, h6 { margin: 0; } +h2 { + margin-top: 3em; +} + +h3 { + margin-top: 2em; +} + +h4, h5, h6 { + margin-top: 1em; +} + a { text-decoration: none; color: inherit;