Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Radanovn committed Jan 5, 2023
1 parent 567e99f commit ba2b5d3
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 3 deletions.
6 changes: 6 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -13939,6 +13939,9 @@ html[dir="rtl"] .portfolio-inner-page .heading {
.section-27 .socials-holder {
display: none; } }

.container .container {
width: auto !important; }

/****************************
GENERAL
*****************************/
Expand Down Expand Up @@ -21666,6 +21669,9 @@ footer a {
.section-27 .socials-holder {
display: none; } }

.container .container {
width: auto !important; }

/****************************
GENERAL
*****************************/
Expand Down
2 changes: 1 addition & 1 deletion assets/css/main.css.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions assets/css/sections.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/sections.css.map

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions assets/css/sections.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1488,3 +1488,8 @@
}
}
}


.container .container {
width: auto!important;
}
2 changes: 1 addition & 1 deletion config.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$config = array();
$config['name'] = "Shopmag";
$config['author'] = "Microweber CMS";
$config['version'] = '3.8';
$config['version'] = '3.9';
$config['url'] = "https://microweber.org";
$config['standalone_module_skins'] = true;
$config['framework'] = "bootstrap5";
Expand Down

0 comments on commit ba2b5d3

Please sign in to comment.