Feat: Logo (#3)

* Added new logo design

* Favicon icons & header links

* Logo max width on mobile

* Logo as svg component. Replaces PageHeader component

* Change favicon background to match website grey

* Mobile center align logo & reduce max width
This commit is contained in:
2023-06-01 19:12:56 +02:00
committed by GitHub
parent 642bca3430
commit d663f13f15
18 changed files with 276 additions and 30 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
}
],
"theme_color": "#f5f5f7;",
"background_color": "#f5f5f7;",
"display": "standalone"
}