From fdcf13b9b37e0c75f1ae8407f801ad72f848b261 Mon Sep 17 00:00:00 2001 From: Amr Wagdy Date: Mon, 10 Apr 2023 17:45:56 +0200 Subject: [PATCH] fix: Demo styles --- examples/src/styles/main.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/examples/src/styles/main.css b/examples/src/styles/main.css index e275c76..27d35aa 100644 --- a/examples/src/styles/main.css +++ b/examples/src/styles/main.css @@ -1049,7 +1049,7 @@ body { } .gallery-section { - padding: 0 16px; + padding: 0 16px; } .demo-usage { @@ -1111,6 +1111,11 @@ body { overflow-y: unset; } + .gallery-section .gallery-content .motorcycle, + .gallery-section .gallery-content .geely-car { + width: 380px; + } + .footer { display: flex; flex-direction: column;