Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pavel-pi/kiss-em.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorOle Herman Schumacher Elgesem <oleherman93@gmail.com>2019-03-24 13:22:22 +0300
committerOle Herman Schumacher Elgesem <oleherman93@gmail.com>2019-04-02 11:59:31 +0300
commit917ef95d97149352d65deac4e52ee7945beb5d5c (patch)
treee9679863eaf2ae1b1e9c43130d8506c462ac891a /static
parentbb80301b1029c02f50544a203fc724907412b782 (diff)
Bigger line height in tags and date
This makes it look better on phones / smaller windows. Signed-off-by: Ole Herman Schumacher Elgesem <oleherman93@gmail.com>
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 6aa39d3..349c9b6 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -2600,6 +2600,11 @@ a.box:active {
font-size: 14px;
}
+.subtitle.tags,
+.subtitle.date {
+ line-height: 1.5em;
+}
+
.subtitle.is-normal {
font-weight: 400;
}
@@ -6879,4 +6884,4 @@ div.subtitle.tags {
.highlight pre {
margin: 0;
-} \ No newline at end of file
+}