Spaces:
Sleeping
Sleeping
Update online.html
Browse files- online.html +1 -1
online.html
CHANGED
@@ -45,7 +45,7 @@
|
|
45 |
|
46 |
/* Стили для самой картинки */
|
47 |
#plantImage {
|
48 |
-
max-width:
|
49 |
height: auto;
|
50 |
border: 3px solid #dee2e6; /* Серая рамка */
|
51 |
border-radius: 10px; /* Закругленные углы у картинки */
|
|
|
45 |
|
46 |
/* Стили для самой картинки */
|
47 |
#plantImage {
|
48 |
+
max-width: 80%; /* Уменьшаем размер картинки */
|
49 |
height: auto;
|
50 |
border: 3px solid #dee2e6; /* Серая рамка */
|
51 |
border-radius: 10px; /* Закругленные углы у картинки */
|