Skip to content

Commit

Permalink
Update apps.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MYXXdev committed Aug 3, 2024
1 parent d3fe170 commit f83ecdb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions MYXXfm/pages/apps.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
width: 100%; /* Ensure images fill their container */
height: auto; /* Maintain aspect ratio */
display: block;
max-height: 400px; /* Set a max-height to prevent overly large images */
}

/* Ensure responsiveness */
Expand All @@ -48,7 +49,7 @@
flex-direction: column; /* Stack images vertically on small screens */
align-items: center; /* Center images horizontally */
gap: 10px; /* Adjust space between images if needed */
padding: 10px 0; /* Adjust padding for better fit */
padding: 10px; /* Adjust padding for better fit */
}

.container a {
Expand All @@ -58,7 +59,7 @@

.image {
width: 100%; /* Ensure images fill their container */
height: auto; /* Maintain aspect ratio */
max-height: 300px; /* Adjust max-height to control image size */
}
}
</style>
Expand Down

0 comments on commit f83ecdb

Please sign in to comment.