Skip to content

Commit

Permalink
fix: Demo styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Amr Wagdy committed Apr 10, 2023
1 parent f4f0595 commit fdcf13b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion examples/src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,7 @@ body {
}

.gallery-section {
padding: 0 16px;
padding: 0 16px;
}

.demo-usage {
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit fdcf13b

Please sign in to comment.