Website: Update software catalog card width (#30807)

Closes: #30740

Changes:
- Updated the styles of the cards on the software catalog page to
prevent cards on their own row from being inconsistently sized.
This commit is contained in:
Eric 2025-07-11 17:55:03 -05:00 committed by GitHub
parent 86f75b614c
commit a9ee72b2bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -148,6 +148,7 @@
min-width: 40%;
&.invisible {
display: none;
min-width: 50%;
border: none;
height: 0px;
padding: 0;

View file

@ -32,6 +32,7 @@
</a>
<% } %>
<div purpose="app-card" class="card d-flex invisible"></div>
<div purpose="app-card" class="card d-flex invisible"></div>
</div>
<div class="d-flex d-sm-none w-100">
<a purpose="request-button" href="https://github.com/fleetdm/fleet/edit/main/server/mdm/maintainedapps/apps.json" target="_blank" no-icon>Add an app</a>