DmitrMakeev
commited on
Commit
•
0660c59
1
Parent(s):
2aa50b7
Update se_mes_f.html
Browse files- se_mes_f.html +2 -2
se_mes_f.html
CHANGED
@@ -19,10 +19,10 @@ body {
|
|
19 |
border: none;
|
20 |
}
|
21 |
#iframe1 {
|
22 |
-
height:
|
23 |
}
|
24 |
#iframe2 {
|
25 |
-
height:
|
26 |
}
|
27 |
</style>
|
28 |
</head>
|
|
|
19 |
border: none;
|
20 |
}
|
21 |
#iframe1 {
|
22 |
+
height: 80%; /* Можно изменить на нужное значение */
|
23 |
}
|
24 |
#iframe2 {
|
25 |
+
height: 30%; /* Можно изменить на нужное значение */
|
26 |
}
|
27 |
</style>
|
28 |
</head>
|