diff --git a/index.html b/index.html index f48cbce..aff6213 100644 --- a/index.html +++ b/index.html @@ -267,9 +267,7 @@
-
- -
+
🍵

Gitea

Self-hosted Git service for code repositories

@@ -285,9 +283,7 @@
-
- -
+
🔧

IT-Tools

Handy tools for developers and IT professionals

@@ -303,10 +299,8 @@
-
- -
-

🎮 Retro Arcade

+
👾
+

Retro Arcade

Play classic DOS games including Doom! (Legally free)

@@ -330,9 +324,7 @@
-
- -
+
☁️

Nextcloud

Private cloud storage, files, and collaboration

@@ -348,9 +340,7 @@
-
- -
+
📈

Netdata

Real-time system monitoring and metrics

@@ -366,9 +356,7 @@
-
- -
+
🖼️

Immich

Self-hosted photo and video backup solution

@@ -384,9 +372,7 @@
-
- -
+
🎛️

Homarr

Customizable dashboard for all your services

@@ -402,9 +388,7 @@
-
- -
+
🔒

Tailscale

Zero-config VPN for secure remote access

@@ -528,9 +512,7 @@
-
- -
+
📦

Virtualization

@@ -544,9 +526,7 @@
-
- -
+
🐳

Containers

@@ -560,9 +540,7 @@
-
- -
+
🌐

Networking

@@ -576,9 +554,7 @@
-
- -
+
💾

Storage

@@ -592,9 +568,7 @@
-
- -
+
📊

Monitoring

@@ -608,9 +582,7 @@
-
- -
+

Development

diff --git a/styles.css b/styles.css index 58ad308..397755e 100644 --- a/styles.css +++ b/styles.css @@ -797,14 +797,11 @@ body { justify-content: center; margin-bottom: 1.5rem; color: var(--icon-color); + font-size: 28px; + line-height: 1; transition: var(--transition-normal); } -.service-icon svg { - width: 28px; - height: 28px; -} - .service-card:hover .service-icon { transform: scale(1.1); background: rgba(234, 179, 8, 0.1); @@ -1895,7 +1892,8 @@ body { display: flex; align-items: center; justify-content: center; - color: var(--icon-color); + font-size: 24px; + line-height: 1; transition: transform 0.3s ease; } @@ -1903,11 +1901,6 @@ body { transform: scale(1.1); } -.tech-icon svg { - width: 24px; - height: 24px; -} - .tech-title { font-family: 'Space Grotesk', sans-serif; font-size: 1.1rem;