diff --git a/docs/assets/css/main.css b/docs/assets/css/main.css index 70ee1c9..35a2bd2 100644 --- a/docs/assets/css/main.css +++ b/docs/assets/css/main.css @@ -87,9 +87,9 @@ header a:hover, .fp-header a:hover, .order-button:hover { } .fp-header { - width: 100% - 30px; - height: 10rem; /* set to auto after you add the image */ - background-color: #ffffff; + height: 30rem; + background-position: right; + background-image: url("/assets//img/lyza.png"); padding: 30px; font-family: "M_PLUS_1", sans-serif; } diff --git a/docs/assets/img/lyza.png b/docs/assets/img/lyza.png index 0e0f0ec..b424a6e 100644 Binary files a/docs/assets/img/lyza.png and b/docs/assets/img/lyza.png differ diff --git a/src/assets/css/main.css b/src/assets/css/main.css index 70ee1c9..35a2bd2 100644 --- a/src/assets/css/main.css +++ b/src/assets/css/main.css @@ -87,9 +87,9 @@ header a:hover, .fp-header a:hover, .order-button:hover { } .fp-header { - width: 100% - 30px; - height: 10rem; /* set to auto after you add the image */ - background-color: #ffffff; + height: 30rem; + background-position: right; + background-image: url("/assets//img/lyza.png"); padding: 30px; font-family: "M_PLUS_1", sans-serif; } diff --git a/src/assets/img/lyza.png b/src/assets/img/lyza.png new file mode 100644 index 0000000..b424a6e Binary files /dev/null and b/src/assets/img/lyza.png differ