From 72b1afdedd71aa5043f8a7a50fb9071b51868526 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 19 May 2025 09:09:53 -0700 Subject: [PATCH] Create a CSS class for the size of app images, rather than giving the img attributes a percentage. Move the figures to be completely inside the anchors. --- pages/helpers/main.css | 5 +++ pages/subpages/home/apps.php | 68 ++++++++++++++++++------------------ 2 files changed, 39 insertions(+), 34 deletions(-) diff --git a/pages/helpers/main.css b/pages/helpers/main.css index 5a7dbcf..2080a0d 100644 --- a/pages/helpers/main.css +++ b/pages/helpers/main.css @@ -137,3 +137,8 @@ margin-right: auto; padding: 5px; } + + .app-icon { + width: 25%; + height: 25%; + } diff --git a/pages/subpages/home/apps.php b/pages/subpages/home/apps.php index b03b762..41b3d36 100755 --- a/pages/subpages/home/apps.php +++ b/pages/subpages/home/apps.php @@ -33,16 +33,16 @@
-
- - expense_image +
+ expense_image
Recurring Expense Tracker
-
-
+
+

Keep track of repeating expenses and view projections of their effect on your finances. @@ -58,16 +58,16 @@

-
- - tictactoe_image +
+ tictactoe_image
Tic-Tac-Toe
-
-
+
+

Play against a friend or a range of AIs. Written to practice Kotlin/Compose. @@ -82,17 +82,17 @@

-
- - ctfu_image +
+ ctfu_image
Carb Up! BETA
-
-
+
+

Calculate cost-effective foods on a High Carb Low Fat lifestyle.

@@ -112,18 +112,18 @@
-
- - infinitetimer_image +
+ infinitetimer_image
Infinite Timer
-
-
+
+

Play a notification at your chosen interval.

@@ -143,10 +143,10 @@
-
- - hypergames_image +
+ hypergames_image
HyperGames
-
-
+
+

Started as a fun project for learning. Playable but unfinished.