Skip to content

Commit

Permalink
Merge pull request #39 from prajapati-kaushik/8240-page-image-max-width
Browse files Browse the repository at this point in the history
chore: page image max width #8240
  • Loading branch information
prajapati-kaushik authored Jan 11, 2024
2 parents 25ba41c + 3a94c61 commit 90fea4f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions Resources/views/base.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@

{% block body %}{% endblock %}

{% block style_custom %}{% endblock %}

{% block scripts_custom %} {% endblock %}
20 changes: 10 additions & 10 deletions Resources/views/base.wiki.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@

{% block style_custom %}

<style>
.wiki-content img {
max-width: 100%;
}
.wiki-page-content {
max-width: 1080px;
margin: 0 auto;
}
</style>
<style>
.wiki-content img {
max-width: 100%;
}
.wiki-page-content {
max-width: 1080px;
margin: 0 auto;
}
</style>
{% endblock %}

{% block sidebar %}
Expand Down

0 comments on commit 90fea4f

Please sign in to comment.