Changes
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./:/var/www
|
- ./:/var/www
|
||||||
container_name: ntspi-php-queue
|
container_name: ntspi-php-queue
|
||||||
command: php artisan queue:work --tries=3 --timeout=90 --sleep=3 # Настройте параметры по необходимости
|
command: php artisan queue:work --tries=3 --timeout=90 --sleep=3
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: mysql:8.0
|
image: mysql:8.0
|
||||||
|
|||||||
@@ -31,13 +31,14 @@
|
|||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
*, html {
|
||||||
scroll-behavior: smooth;
|
|
||||||
scroll-padding: 6rem;
|
scroll-padding: 6rem;
|
||||||
|
scroll-behavior: smooth !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<body class="">
|
<body class="">
|
||||||
@inertia
|
@inertia
|
||||||
|
|||||||
Reference in New Issue
Block a user