Update style.css
Browse files
style.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
/* styles.css */
|
| 2 |
.image-component {
|
| 3 |
-
width:
|
| 4 |
-
height:
|
| 5 |
}
|
|
|
|
| 1 |
/* styles.css */
|
| 2 |
.image-component {
|
| 3 |
+
width: 50%; /* Full width */
|
| 4 |
+
height: 50%; /* Maintain aspect ratio */
|
| 5 |
}
|