Skip to content

Commit fdcf13b

Browse files
author
Amr Wagdy
committed
fix: Demo styles
1 parent f4f0595 commit fdcf13b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

examples/src/styles/main.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ body {
10491049
}
10501050

10511051
.gallery-section {
1052-
padding: 0 16px;
1052+
padding: 0 16px;
10531053
}
10541054

10551055
.demo-usage {
@@ -1111,6 +1111,11 @@ body {
11111111
overflow-y: unset;
11121112
}
11131113

1114+
.gallery-section .gallery-content .motorcycle,
1115+
.gallery-section .gallery-content .geely-car {
1116+
width: 380px;
1117+
}
1118+
11141119
.footer {
11151120
display: flex;
11161121
flex-direction: column;

0 commit comments

Comments
 (0)