Update pages.html
Browse files- pages.html +2 -2
pages.html
CHANGED
@@ -233,7 +233,7 @@ z-index: 1000; /* Убедитесь, что кнопка находится п
|
|
233 |
position: fixed; /* Оставаться на месте */
|
234 |
z-index: 20; /* Сидеть на вершине */
|
235 |
padding-top: 100px; /* Расположение коробки */
|
236 |
-
left:
|
237 |
top: 0;
|
238 |
width: 100%; /* Полная ширина */
|
239 |
height: 100%; /* Полная высота */
|
@@ -249,7 +249,7 @@ z-index: 1000; /* Убедитесь, что кнопка находится п
|
|
249 |
margin: auto;
|
250 |
padding: 0;
|
251 |
border: 1px solid #888;
|
252 |
-
width:
|
253 |
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
|
254 |
-webkit-animation-name: animatetop_2;
|
255 |
-webkit-animation-duration: 0.4s;
|
|
|
233 |
position: fixed; /* Оставаться на месте */
|
234 |
z-index: 20; /* Сидеть на вершине */
|
235 |
padding-top: 100px; /* Расположение коробки */
|
236 |
+
left: 0;
|
237 |
top: 0;
|
238 |
width: 100%; /* Полная ширина */
|
239 |
height: 100%; /* Полная высота */
|
|
|
249 |
margin: auto;
|
250 |
padding: 0;
|
251 |
border: 1px solid #888;
|
252 |
+
width: 85%;
|
253 |
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
|
254 |
-webkit-animation-name: animatetop_2;
|
255 |
-webkit-animation-duration: 0.4s;
|