Skip to content

Commit

Permalink
Merge branch 'master' into 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Nov 7, 2023
2 parents f56623c + 74a43d6 commit d625499
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 4 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ header.page-header {
background-image: linear-gradient(120deg, #16629c, #2091c5);
}

header h1 {
overflow: hidden;
}

header h1>a {
color: #fff;
}
Expand Down

0 comments on commit d625499

Please sign in to comment.