added Back To Top functionality and Pankuzu list, Q and A Box, and Hamburger menu components

This commit is contained in:
2024-10-12 20:52:13 +09:00
parent 545ac73e0e
commit e99db9f8bd
80 changed files with 1413 additions and 723 deletions

View File

@@ -29,8 +29,10 @@ div {
@media screen and (max-width: 640px) {
div {
font-size: 28pt;
font-size: 24pt;
height: 6rem;
width: calc(100vw - 2rem);
padding: 1rem;
}
}
</style>