Skip to content

Commit

Permalink
Bump center
Browse files Browse the repository at this point in the history
  • Loading branch information
vinimarcili committed Dec 15, 2021
1 parent 336ddaa commit 975dd27
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/css/squid.css
Original file line number Diff line number Diff line change
Expand Up @@ -22048,7 +22048,7 @@ i {
background: var(--pink); }
.tabs-header.tabs-center {
width: 100%;
justify-content: center; }
justify-content: space-evenly; }
.tabs-header.tabs-center li {
width: initial; }
.tabs-header.tabs-width li {
Expand Down
2 changes: 1 addition & 1 deletion dist/css/squid.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/squid.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@squidit/css",
"version": "1.2.6",
"version": "1.2.61",
"scripts": {
"start": "gulp watch",
"css": "sass src/scss/squid.scss:dist/css/squid.min.css --style compressed",
Expand Down
2 changes: 1 addition & 1 deletion src/docs/public/css/squid.css
Original file line number Diff line number Diff line change
Expand Up @@ -22048,7 +22048,7 @@ i {
background: var(--pink); }
.tabs-header.tabs-center {
width: 100%;
justify-content: center; }
justify-content: space-evenly; }
.tabs-header.tabs-center li {
width: initial; }
.tabs-header.tabs-width li {
Expand Down
2 changes: 1 addition & 1 deletion src/scss/components/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
}
&.tabs-center {
width: 100%;
justify-content: center;
justify-content: space-evenly;
li {
width: initial;
}
Expand Down

0 comments on commit 975dd27

Please sign in to comment.