diff --git a/frontend/src/HomePage/AppCard.jsx b/frontend/src/HomePage/AppCard.jsx
index e1d74609d5..ec17c2c751 100644
--- a/frontend/src/HomePage/AppCard.jsx
+++ b/frontend/src/HomePage/AppCard.jsx
@@ -100,8 +100,8 @@ export default function AppCard({
- {canUpdate && (
-
+
+ {canUpdate && (
{updated === 'just now' ? `Edited ${updated}` : `Edited ${updated} ago`}
@@ -109,8 +109,8 @@ export default function AppCard({
by{' '}
{`${app.user?.first_name ? app.user.first_name : ''} ${app.user?.last_name ? app.user.last_name : ''}`}
-
- )}
+ )}
+
{canUpdate && (
diff --git a/frontend/src/_styles/theme.scss b/frontend/src/_styles/theme.scss
index 09b18df951..ed04416d1c 100644
--- a/frontend/src/_styles/theme.scss
+++ b/frontend/src/_styles/theme.scss
@@ -7285,7 +7285,8 @@ tbody {
.home-page-footer {
position: fixed;
bottom: 0px;
- width: -webkit-fill-available;
+ right: 0;
+ left: 336px; //48+288
}
.pagination-container {
@@ -7390,6 +7391,13 @@ tbody {
height: 52px;
}
+.homepage-app-card {
+ height: 188px;
+}
+
+.app-creation-time-container {
+ height: 16px;
+}
.release-buttons {
height: 45px;
margin-bottom: 10px;