From 7001d208bf50936f3a531bff385cf30ddfb00f99 Mon Sep 17 00:00:00 2001 From: Cholgrrr <patrick.wuerstle@gmx.de> Date: Wed, 16 Nov 2022 12:10:53 +0100 Subject: [PATCH] Update Header --- public/home/authorinfo.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/public/home/authorinfo.html b/public/home/authorinfo.html index 6e9bbe2..86b3934 100644 --- a/public/home/authorinfo.html +++ b/public/home/authorinfo.html @@ -15,11 +15,14 @@ <body> <div class="page-wrap"> - <div class="header" style="padding-bottom:10px !important;"> + <div class="header" style="width: 100%; position: fixed; top:0; padding-bottom:0px; height:5% !important; background: + rgb(255,255,255); + background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 48%, + rgba(255,255,255,0.5242471988795518) 100%);"> <h1><a href="index.html" style="font-size:60px !important;">•</a></h1> </div> - <div class="main container-fluid mt-3" style="padding-top:0px !important;"> + <div class="main container-fluid mt-3"> <h3>Autor:innen</h3> <!-- <div class="centered"> <div class="chapter"> -- GitLab