From a8b55ec0d338d9be2fba60073e966d6b912b6947 Mon Sep 17 00:00:00 2001 From: Lanta Date: Thu, 11 Jan 2024 12:48:06 +0100 Subject: [PATCH] after xmas --- includes/header.php | 2 +- includes/styles.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/includes/header.php b/includes/header.php index 5b8470d..cfecbbf 100644 --- a/includes/header.php +++ b/includes/header.php @@ -1,3 +1,3 @@
- +
\ No newline at end of file diff --git a/includes/styles.css b/includes/styles.css index 1a53c92..6ba4400 100644 --- a/includes/styles.css +++ b/includes/styles.css @@ -7,7 +7,7 @@ body, h1, h2, p, ul, li, a { body { font-family: 'Roboto', sans-serif; color: white; - background: url(../images/xmassbck.svg) no-repeat center center fixed; + background: url(../images/bck.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; @@ -61,9 +61,9 @@ nav a:active { header .banner { max-width: 100%; - max-height: 250px; /* before xmass 200 */ + max-height: 200px; display: block; - margin: 5px auto 5px auto; /* before xmass 40 auto 0px auto */ + margin: 40px auto 5px auto; width: auto; border-radius: 10px; }