From 88f618e51e1f4a4a762c46f37dea1011b8286ca9 Mon Sep 17 00:00:00 2001 From: ADRN Date: Mon, 18 Oct 2021 01:01:50 +0200 Subject: minor --- assets/css/blueprint.css | 3 ++- assets/images/deuxfleurs-logo.png | Bin 0 -> 35314 bytes 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 assets/images/deuxfleurs-logo.png (limited to 'assets') diff --git a/assets/css/blueprint.css b/assets/css/blueprint.css index f3e98ee..83ddda8 100644 --- a/assets/css/blueprint.css +++ b/assets/css/blueprint.css @@ -22,13 +22,14 @@ header { /* background-repeat: no-repeat; */ background-repeat: no-repeat; background-size: cover; + margin-bottom: 5rem; } header > p { width: 40%; position: relative; left: 55%; - bottom: -80%; + bottom: -75%; color: white; /* color | offset-x | offset-y | blur-radius */ diff --git a/assets/images/deuxfleurs-logo.png b/assets/images/deuxfleurs-logo.png new file mode 100644 index 0000000..d8ec11a Binary files /dev/null and b/assets/images/deuxfleurs-logo.png differ -- cgit v1.2.3