feat: increase size on xl screens

This commit is contained in:
EETagent 2022-11-20 15:22:37 +01:00
parent 32a7dd3933
commit 630896a69e

View file

@ -98,6 +98,6 @@
.codeInputDesktop { .codeInputDesktop {
@apply hidden; @apply hidden;
@apply mr-1 md:mr-2; @apply mr-1 md:mr-2;
@apply sm:block sm:text-xl sm:w-12 sm:h-15 md:text-4xl md:w-16 md:h-20; @apply sm:block sm:text-xl sm:w-12 sm:h-15 md:text-4xl md:w-16 md:h-20 xl:text-5xl xl:w-18 xl:h-22;
} }
</style> </style>