Skip to content

Commit

Permalink
Merge pull request #687 from AlmaLinux/fix_icons
Browse files Browse the repository at this point in the history
Fixing knownhost and AMD icons
  • Loading branch information
bennyvasquez authored Nov 18, 2024
2 parents a87445d + 16e8fa6 commit af244cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/css/bundle.css
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ border-bottom-color: #14598a !important;
height: 100%;
}
.al-page-index .al-index-backed-by .al-backed-by-list .al-backer-logo {
height: 100%;
max-height: 100%;
width: 120px;
}

Expand Down
2 changes: 1 addition & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ <h2 class="pb-2 text-center border-bottom">

<a href="https://www.amd.com/">
<div class="col d-flex flex-fill align-items-center justify-content-center al-backer-logo-container">
<img style="height: 70%;" loading="lazy" src="/brands/AMD_Logo.svg" alt="AMD" class="al-backer-logo">
<img loading="lazy" src="/brands/AMD_Logo.svg" alt="AMD" class="al-backer-logo">
</div>
</a>

Expand Down

0 comments on commit af244cf

Please sign in to comment.