Skip to content

Commit

Permalink
Fix shorthand-property-no-redundant-values issues
Browse files Browse the repository at this point in the history
  • Loading branch information
texpert committed Nov 9, 2023
1 parent f7c8762 commit a5a89ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/apps/themes/florsan_first/assets/css/styles.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
/************ categories carousel ***********/
.categories-carousel {
margin-bottom: 0;
padding: 0 40px 0 40px;
padding: 0 40px;

/* The controlsy */
.carousel-control {
Expand All @@ -156,7 +156,7 @@
width: 40px;
background: none repeat scroll 0 0 #222;
border: 4px solid #fff;
border-radius: 23px 23px 23px 23px;
border-radius: 23px;
top: 30%;
}

Expand Down Expand Up @@ -198,7 +198,7 @@

/************ languages **********************/
.language {
margin: 10px 0 0 0;
margin: 10px 0 0;
}

#background {
Expand Down

0 comments on commit a5a89ea

Please sign in to comment.