harpomaxx commited on
Commit
ff64dfa
1 Parent(s): adf56be

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +2 -2
style.css CHANGED
@@ -1,5 +1,5 @@
1
  /* styles.css */
2
  .image-component {
3
- width: 100%; /* Full width */
4
- height: auto; /* Maintain aspect ratio */
5
  }
 
1
  /* styles.css */
2
  .image-component {
3
+ width: 50%; /* Full width */
4
+ height: 50%; /* Maintain aspect ratio */
5
  }