Space Issue Fixed

This commit is contained in:
devansh bawari 2021-02-04 10:40:14 +05:30
parent 5f5813520c
commit 5640880c1a
4 changed files with 6 additions and 3 deletions

View File

@ -34,10 +34,12 @@ return [
*/ */
'storage' => [ 'storage' => [
'enabled' => true, 'enabled' => true,
'driver' => 'file', // redis, file, pdo, custom 'driver' => 'file', // redis, file, pdo, socket, custom
'path' => storage_path('debugbar'), // For file driver 'path' => storage_path('debugbar'), // For file driver
'connection' => null, // Leave null for default connection (Redis/PDO) 'connection' => null, // Leave null for default connection (Redis/PDO)
'provider' => '', // Instance of StorageInterface for custom driver 'provider' => '', // Instance of StorageInterface for custom driver
'hostname' => '127.0.0.1', // Hostname to use with the "socket" driver
'port' => 2304, // Port to use with the "socket" driver
], ],
/* /*

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{ {
"/js/shop.js": "/js/shop.js?id=83c93b077da401f7b709", "/js/shop.js": "/js/shop.js?id=83c93b077da401f7b709",
"/css/shop.css": "/css/shop.css?id=d080a007e2aec5d519b3" "/css/shop.css": "/css/shop.css?id=6f4a4f8fad1b25e05e33"
} }

View File

@ -1881,6 +1881,7 @@ section.product-detail {
font-size: 24px; font-size: 24px;
color: $font-dark; color: $font-dark;
margin-bottom: 15px; margin-bottom: 15px;
line-height: normal;
} }
.product-price { .product-price {