This commit is contained in:
2026-04-15 05:52:06 +09:00
parent 9f33edfa89
commit e3f75b1717
+3 -3
View File
@@ -18,12 +18,12 @@
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
font-size: 60pt; font-size: 64pt;
font-weight: 600; font-weight: 600;
} }
@media (max-width: 460px) { @media (max-width: 512px) {
.big-text { .big-text {
font-size: 54pt; font-size: 48pt;
} }
} }
</style> </style>