Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -67,7 +67,7 @@
|
|
| 67 |
|
| 68 |
.header {
|
| 69 |
background-color: #ffffff;
|
| 70 |
-
padding: 0.
|
| 71 |
display: flex;
|
| 72 |
justify-content: space-between;
|
| 73 |
align-items: center; /* ← 縦中央に揃える */
|
|
|
|
| 67 |
|
| 68 |
.header {
|
| 69 |
background-color: #ffffff;
|
| 70 |
+
padding: 0.1rem 1.5rem; /* 上下 ↓ 半分以下に */
|
| 71 |
display: flex;
|
| 72 |
justify-content: space-between;
|
| 73 |
align-items: center; /* ← 縦中央に揃える */
|