Update index.html
Browse files- index.html +3 -2
index.html
CHANGED
|
@@ -46,11 +46,12 @@
|
|
| 46 |
display: block;
|
| 47 |
}
|
| 48 |
|
| 49 |
-
/* badge */
|
| 50 |
.badge {
|
| 51 |
position: fixed;
|
| 52 |
top: 12px;
|
| 53 |
-
left:
|
|
|
|
| 54 |
z-index: 10000;
|
| 55 |
filter: drop-shadow(0 2px 6px rgba(0,0,0,0.25));
|
| 56 |
}
|
|
|
|
| 46 |
display: block;
|
| 47 |
}
|
| 48 |
|
| 49 |
+
/* badge: 상단 가운데 정렬 */
|
| 50 |
.badge {
|
| 51 |
position: fixed;
|
| 52 |
top: 12px;
|
| 53 |
+
left: 50%;
|
| 54 |
+
transform: translateX(-50%);
|
| 55 |
z-index: 10000;
|
| 56 |
filter: drop-shadow(0 2px 6px rgba(0,0,0,0.25));
|
| 57 |
}
|