You are visitor number:
diff --git a/css/index.css b/css/index.css
index 35bd206..e377e90 100644
--- a/css/index.css
+++ b/css/index.css
@@ -59,7 +59,7 @@
flex-wrap: nowrap;
align-items: center;
gap: 5px;
- width: calc(14 * 96px);
+ width: max-content;
}
.carousel-buttons img {
flex-shrink: 0;
@@ -67,14 +67,11 @@
}
/* Carousel animation */
@keyframes carousel {
- 0% {
- transform: translate3d(0, 0, 0);
- }
- 100% {
- transform: translate3d(calc(14 * -96px), 0, 0);
- }
+ 0% { transform: translateX(0); }
+ 100% { transform: translateX(-50%); }
}
+
/* View Counter Container */
.view-counter-container {
display: flex;
diff --git a/error.html b/error.html
index aff9f5d..4d03af7 100644
--- a/error.html
+++ b/error.html
@@ -436,145 +436,84 @@ TOP 에서 다시 접속해 주시기 바랍니다.
-
-