img 3rem on max 1200px

master
Can202 2021-08-16 17:35:39 -04:00
parent a95b8e3d88
commit 80d06501b9
2 changed files with 8 additions and 5 deletions

View File

@ -18,7 +18,7 @@
<p align="center">voxel game engine like Minecraft</p>
<p align="center">Windows, Linux, Mac and Android</p>
<p align="center">sandbox, local_multiplayer, online_multiplayer, android</p>
<article class = "center">
<article class = "center firstimg">
<p>
<a href="https://www.minetest.net/" target="_blank">

View File

@ -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;
}
}