added contact page, fixed image size in kosen-x, improved Dropdown component

This commit is contained in:
2024-11-24 01:21:41 +09:00
parent cf29f5b482
commit 234b93d711
7 changed files with 115 additions and 24 deletions

View File

@@ -83,6 +83,6 @@ section:last-of-type {
}
img {
width: 60rem;
width: clamp(300px, 40vw, 60rem);
}
</style>