Skip to content

Commit

Permalink
Images classes
Browse files Browse the repository at this point in the history
  • Loading branch information
coudot committed Jul 10, 2024
1 parent 4ec2f64 commit 41ed68f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion templates/menu.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="container-fluid">
<a class="navbar-brand" href="index.php?page=welcome">
{if $logo}
<img src="{$logo}" alt="Logo" class="menu-logo img-responsive" />
<img src="{$logo}" alt="Logo" class="menu-logo img-fluid" />
{/if}
{$msg_title}
</a>
Expand Down
8 changes: 3 additions & 5 deletions templates/welcome.tpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<div class="text-center">
<a href="index.php">
<img src="{$logo}" alt="{$msg_title}" class="logo img-responsive" />
</a>
</div>
<a href="index.php">
<img src="{$logo}" alt="{$msg_title}" class="logo img-fluid mx-auto d-block" />
</a>

<div class="alert alert-success">{$msg_welcome|unescape: "html" nofilter}</div>

0 comments on commit 41ed68f

Please sign in to comment.