diff --git a/config/themes/modern/theme.css b/config/themes/modern/theme.css index b011db8..399769a 100644 --- a/config/themes/modern/theme.css +++ b/config/themes/modern/theme.css @@ -49,6 +49,10 @@ img, tag { margin: 0; } + .tag { + font-size: 12px; + } + .hero-background { max-width: 90%; margin: auto; diff --git a/config/themes/typewriter/theme.css b/config/themes/typewriter/theme.css new file mode 100644 index 0000000..8fa3637 --- /dev/null +++ b/config/themes/typewriter/theme.css @@ -0,0 +1,13 @@ +/*-----------------------------------*/ +/* Typewriter theme for Lumeex */ +/* https://git.djeex.fr/Djeex/lumeex */ +/*-----------------------------------*/ + + +.tag { + line-height: 0.5em; +} + +.tags { + gap:0px; +} \ No newline at end of file diff --git a/src/public/style/style.css b/src/public/style/style.css index f63c592..aa1eac1 100644 --- a/src/public/style/style.css +++ b/src/public/style/style.css @@ -238,7 +238,7 @@ h2 { .tags { display: flex; flex-wrap: wrap; - gap: 6px; + gap: 5px; margin-bottom: 10px; } @@ -247,6 +247,7 @@ h2 { cursor: pointer; font-size: 18px; transition: background 0.2s ease; + line-height: 1em; } .tag:hover, @@ -479,6 +480,10 @@ h2 { font-size:18px; } + .tag { + font-size: 14px; + } + #legals.content-wrapper { max-width: 90%; margin: auto;