This commit is contained in:
2024-10-03 16:22:20 +09:00
parent e512da9a48
commit d865938430
62 changed files with 931 additions and 905 deletions

View File

@@ -14,7 +14,7 @@ const property = defineProps<PageTopProperty>();
div {
display: flex;
width: 100vw;
height: 25vh;
height: 12rem;
margin: 0;
background-repeat: no-repeat;
background-position: center;
@@ -26,4 +26,11 @@ div {
font-size: 36pt;
font-weight: bold;
}
@media screen and (max-width: 640px) {
div {
font-size: 28pt;
height: 6rem;
}
}
</style>