diff --git a/games/Minetest/index.html b/games/Minetest/index.html index 535648a..67afc38 100644 --- a/games/Minetest/index.html +++ b/games/Minetest/index.html @@ -18,7 +18,7 @@

voxel game engine like Minecraft

Windows, Linux, Mac and Android

sandbox, local_multiplayer, online_multiplayer, android

-
+

diff --git a/src/style.css b/src/style.css index 7eb9056..9b171eb 100644 --- a/src/style.css +++ b/src/style.css @@ -107,10 +107,9 @@ nav p { .center { display: grid; } - /* - .center a img { - width: 40px; - }*/ + .firstimg p a img{ + width: 3rem; + } } @media screen and (max-width: 323px){ footer p{ @@ -120,4 +119,8 @@ nav p { font-size: small; } + + .firstimg p a img{ + width: 2rem; + } } \ No newline at end of file