Skip to content

Commit

Permalink
format, don't do justify-content
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaspiterek committed Dec 4, 2024
1 parent 1badf0e commit 082a08d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/theme/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ html {

.testimonial-container {
display: flex;
justify-content: space-evenly;
}

.testimonial-slide {
Expand All @@ -67,6 +66,7 @@ html {
.testimonial-button {
position: absolute;
z-index: 10;
display: none;
width: 50px;
height: 100%;
padding: 0;
Expand All @@ -77,7 +77,6 @@ html {
background-color: rgba(0, 0, 0, 0);
color: #000;
cursor: pointer;
display: none;
}

.testimonial-button-prev {
Expand Down

0 comments on commit 082a08d

Please sign in to comment.