Horizontal scrolling in mobile mode for projects and blogs and add favicon

This commit is contained in:
zahravaziri
2025-06-29 15:46:44 +03:30
parent edaea7e1e0
commit cef9c3bbc1
25 changed files with 313 additions and 125 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "Pasargad Bricks",
"short_name": "Pasargad Bricks",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}