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.

This commit is contained in:
2025-05-19 09:09:53 -07:00
parent 00660cef98
commit 72b1afdedd
2 changed files with 39 additions and 34 deletions

View File

@ -137,3 +137,8 @@
margin-right: auto;
padding: 5px;
}
.app-icon {
width: 25%;
height: 25%;
}