added responsive styles to pankuzulist and slide component. Added subdivision to tablet viewport type.

This commit is contained in:
2024-11-03 00:03:43 +09:00
parent 8247b05192
commit d4ec57aa0d
18 changed files with 1249 additions and 975 deletions

View File

@@ -49,7 +49,7 @@ const triggerDistance = 100;
@media screen and (max-width: 640px) {
.back-to-top {
scale: 75%;
scale: 90%;
bottom: 1rem;
right: 1rem;
}