Compare commits

..

3 Commits

Author SHA1 Message Date
neon443
dd82825cbc make the apps more rounded 2025-06-13 17:24:39 +01:00
neon443
e74e46e4a1 Merge branch 'origin/main' 2025-06-13 17:23:17 +01:00
neon443
92ebf8080a fix dockphobia 2025-06-13 17:23:09 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@
<span class="label">AirAP</span>
</a>
<a href="https://github.com/neon443/DockPhobia" class="app">
<img src="https://github.com/neon443/DockPhobia/blob/main/DockPhobiaAppIcon.png?raw=true" alt="App Icon" style="scale: 1.25;">
<img src="https://github.com/neon443/DockPhobia/raw/main/DockPhobia/Resources/Assets.xcassets/AppIcon.appiconset/DockPhobiaAppIcon.png?raw=true" alt="App Icon" style="scale: 1.25;">
<span class="label">DockPhobia</span>
</a>
<a href="https://apps.apple.com/gb/app/crazy-cattle-3d/id6745103347" class="app">

View File

@@ -188,7 +188,7 @@ h5 {
margin-top: 5px;
width: 100px;
height: 100px;
border-radius: 15px;
border-radius: 20px;
transition: 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}