From ecd0069574d41494e444f36185bb2214c2700c55 Mon Sep 17 00:00:00 2001 From: Patrick <patrick.wuerstle@gmx.de> Date: Tue, 27 Sep 2022 15:30:43 +0200 Subject: [PATCH] update --- public/assets/css/style.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 1a2bf18..f17d11e 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -34,8 +34,8 @@ p { header { position: relative; width: 100%; - height: 43.2vw; - background: url(../images/header.jpg); + height: 37.2vw; + background: url(../images/headerV2.jpg); background-size: contain; background-repeat: no-repeat; display: flex; @@ -241,4 +241,12 @@ audio { .video-container iframe { width: 100%; max-width: 560px; +} + +.social{ + width:32px; +} + +.thumbimg { + padding: 1em; } \ No newline at end of file -- GitLab