Update plot_week.html
Browse files- plot_week.html +3 -2
plot_week.html
CHANGED
@@ -26,7 +26,7 @@ body {
|
|
26 |
/* Шапка */
|
27 |
.header {
|
28 |
width: 100%;
|
29 |
-
padding: 5px
|
30 |
display: flex;
|
31 |
justify-content: space-between;
|
32 |
align-items: center;
|
@@ -37,7 +37,7 @@ body {
|
|
37 |
/* Кнопки и лейбл в шапке */
|
38 |
.header .buttons,
|
39 |
.header .label {
|
40 |
-
margin:
|
41 |
}
|
42 |
|
43 |
.graph-container {
|
@@ -64,6 +64,7 @@ body {
|
|
64 |
margin: 20px 0;
|
65 |
}
|
66 |
|
|
|
67 |
</style>
|
68 |
</head>
|
69 |
<body>
|
|
|
26 |
/* Шапка */
|
27 |
.header {
|
28 |
width: 100%;
|
29 |
+
padding: 5px 0; /* Убраны отступы справа и слева */
|
30 |
display: flex;
|
31 |
justify-content: space-between;
|
32 |
align-items: center;
|
|
|
37 |
/* Кнопки и лейбл в шапке */
|
38 |
.header .buttons,
|
39 |
.header .label {
|
40 |
+
margin: 0; /* Полностью убраны отступы */
|
41 |
}
|
42 |
|
43 |
.graph-container {
|
|
|
64 |
margin: 20px 0;
|
65 |
}
|
66 |
|
67 |
+
|
68 |
</style>
|
69 |
</head>
|
70 |
<body>
|