Skip to content

Commit

Permalink
code sorting and bug fixes
Browse files Browse the repository at this point in the history
v2.5.2
  • Loading branch information
davy440 committed Apr 30, 2024
1 parent 49f1ed5 commit 0a1fa03
Show file tree
Hide file tree
Showing 20 changed files with 41 additions and 274 deletions.
49 changes: 0 additions & 49 deletions .gihtub/workflows/deploy.yml

This file was deleted.

3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,8 @@ Just Install the Theme from the WordPress Repository.
* v2.5.1
Improved Blog Layout

* v2.5.2
Code Sorting and Bug Fixes


Good luck!
200 changes: 1 addition & 199 deletions assets/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -10990,202 +10990,4 @@ textarea.form-control-lg {
padding-right: 3rem !important;
padding-left: 3rem !important;
}

.py-xxl-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}

.py-xxl-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}

.py-xxl-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}

.py-xxl-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}

.py-xxl-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}

.py-xxl-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}

.pt-xxl-0 {
padding-top: 0 !important;
}

.pt-xxl-1 {
padding-top: 0.25rem !important;
}

.pt-xxl-2 {
padding-top: 0.5rem !important;
}

.pt-xxl-3 {
padding-top: 1rem !important;
}

.pt-xxl-4 {
padding-top: 1.5rem !important;
}

.pt-xxl-5 {
padding-top: 3rem !important;
}

.pe-xxl-0 {
padding-right: 0 !important;
}

.pe-xxl-1 {
padding-right: 0.25rem !important;
}

.pe-xxl-2 {
padding-right: 0.5rem !important;
}

.pe-xxl-3 {
padding-right: 1rem !important;
}

.pe-xxl-4 {
padding-right: 1.5rem !important;
}

.pe-xxl-5 {
padding-right: 3rem !important;
}

.pb-xxl-0 {
padding-bottom: 0 !important;
}

.pb-xxl-1 {
padding-bottom: 0.25rem !important;
}

.pb-xxl-2 {
padding-bottom: 0.5rem !important;
}

.pb-xxl-3 {
padding-bottom: 1rem !important;
}

.pb-xxl-4 {
padding-bottom: 1.5rem !important;
}

.pb-xxl-5 {
padding-bottom: 3rem !important;
}

.ps-xxl-0 {
padding-left: 0 !important;
}

.ps-xxl-1 {
padding-left: 0.25rem !important;
}

.ps-xxl-2 {
padding-left: 0.5rem !important;
}

.ps-xxl-3 {
padding-left: 1rem !important;
}

.ps-xxl-4 {
padding-left: 1.5rem !important;
}

.ps-xxl-5 {
padding-left: 3rem !important;
}

.text-xxl-start {
text-align: left !important;
}

.text-xxl-end {
text-align: right !important;
}

.text-xxl-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
.fs-1 {
font-size: 2.5rem !important;
}

.fs-2 {
font-size: 2rem !important;
}

.fs-3 {
font-size: 1.75rem !important;
}

.fs-4 {
font-size: 1.5rem !important;
}
}
@media print {
.d-print-inline {
display: inline !important;
}

.d-print-inline-block {
display: inline-block !important;
}

.d-print-block {
display: block !important;
}

.d-print-grid {
display: grid !important;
}

.d-print-table {
display: table !important;
}

.d-print-table-row {
display: table-row !important;
}

.d-print-table-cell {
display: table-cell !important;
}

.d-print-flex {
display: flex !important;
}

.d-print-inline-flex {
display: inline-flex !important;
}

.d-print-none {
display: none !important;
}
}

/*# sourceMappingURL=bootstrap.css.map */
}
2 changes: 1 addition & 1 deletion assets/js/min/bigSlide.min.js

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

2 changes: 1 addition & 1 deletion assets/js/min/color-alpha.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/min/custom.min.js

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

2 changes: 1 addition & 1 deletion assets/js/min/customize_controls.min.js

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

2 changes: 1 addition & 1 deletion assets/js/min/customizer.min.js

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

2 changes: 1 addition & 1 deletion assets/js/min/dismiss-notice.min.js

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

2 changes: 1 addition & 1 deletion assets/js/min/jquery.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/min/navigation.min.js

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

2 changes: 1 addition & 1 deletion assets/js/min/owl.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/min/plugins-install.min.js

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

Loading

0 comments on commit 0a1fa03

Please sign in to comment.