Skip to content

Commit

Permalink
Apply a slight zoom on the example run SVG on GH pages to have the te…
Browse files Browse the repository at this point in the history
…xt be better readable
  • Loading branch information
bvobart committed Jul 26, 2021
1 parent d3c7341 commit ac16553
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion docs/gh-pages/assets/css/extended/tweaks.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,13 @@
.post-content h4,
.post-content h5 {
color: var(--header-color);
}
}

.home-example-run {
width: var(--main-width);
overflow: hidden;
}

.home-example-run img {
max-width: 1800px;
}
2 changes: 1 addition & 1 deletion docs/gh-pages/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ params:
> See also the [`mllint-example-projects`](https://github.com/bvobart/mllint-example-projects) repository to explore the reports of an example project using `mllint` to measure and improve its project quality over several iterations.
>
> See this [`example-report.md`](https://github.com/bvobart/mllint/blob/main/docs/example-report.md) to view the report generated for the example project in the demo below.
> <p align="center"><img src="example-run.svg" alt="Example run of mllint"></p>
> <div align="center" class="home-example-run"><img src="example-run.svg" alt="Example run of mllint"></div>
socialIcons:
Expand Down

0 comments on commit ac16553

Please sign in to comment.