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

github.com/athul/archie.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtem Ryabkov <rad964@pm.me>2022-08-12 00:39:58 +0300
committerAthul Cyriac Ajay <athul8720@gmail.com>2022-08-14 06:04:17 +0300
commit2f312c3759adf9059791a7cd697788018d09dbe8 (patch)
tree1f21bb993b21eb177d437c767a7edd49711bf4a9
parentfa13b875f49ce3d659ede60103ba25df199a56f4 (diff)
Fixed title and menu links overlap in header
-rw-r--r--assets/css/main.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index 08dd5d2..3a7d1cd 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -138,6 +138,7 @@ header {
flex-wrap: wrap;
justify-content: space-between;
margin: 1em 0;
+ line-height: 2.5em;
}
header .main {