From 74a43d6c199ec2cfe11115d6d5ce17ddfa7df688 Mon Sep 17 00:00:00 2001 From: Aimeos Date: Tue, 7 Nov 2023 12:09:47 +0100 Subject: [PATCH] Added supported PHP versions and minor improvement for header --- README.md | 5 +++++ assets/css/style.scss | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/README.md b/README.md index 485196b..4e8fe5c 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,11 @@ as offered by jQuery and Laravel Collections. composer req aimeos/map ``` +Supported PHP versions: + +* PHP 7.1+ +* PHP 8+ + **Table of contents** * [Why PHP Map](#why-php-map) diff --git a/assets/css/style.scss b/assets/css/style.scss index 5a7c357..09b8782 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -19,6 +19,10 @@ header.page-header { background-image: linear-gradient(120deg, #16629c, #2091c5); } +header h1 { + overflow: hidden; +} + header h1>a { color: #fff; }