Skip to content

Commit

Permalink
Merge branch 'hibbitts-design:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhibbitts authored May 13, 2024
2 parents c72f0d3 + c6aad58 commit c401bf6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [v1.2.15](https://github.com/hibbitts-design/docsify-open-course-starter-kit/releases/tag/v1.2.15)
### XX/XX/2024

**Improved:**
* Added CSS Markdown class to support responsive HTML images `images`

**Bugfix:**
* Added CSS to automatically wrap links that overflow

## [v1.2.14](https://github.com/hibbitts-design/docsify-open-course-starter-kit/releases/tag/v1.2.14)
### 04/29/2024

Expand Down
9 changes: 9 additions & 0 deletions docs/assets/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,10 @@
word-break: break-all!important;
}

.markdown-section a {
overflow-wrap: anywhere;
}

.markdown-section .fa-fw {
text-align: left;
}
Expand Down Expand Up @@ -267,6 +271,11 @@
max-width: 100%;
}

.markdown-section .image {
max-width: 100%;
height: auto
}

.markdown-section .banner-image {
width: 100%;
height: 125px;
Expand Down

0 comments on commit c401bf6

Please sign in to comment.