This commit is contained in:
2024-08-13 12:34:03 +02:00
parent 0cf9a8a48d
commit 60c1565d9d
3 changed files with 9 additions and 9 deletions

View File

@@ -18,7 +18,7 @@
*/
.btn {
@apply bg-yellow-400 font-bold py-2 px-4 rounded cursor-pointer select-none mx-2 text-black flex flex-row;
@apply bg-yellow-400 font-bold py-2 px-4 rounded cursor-pointer select-none mx-0.5 md:mx-2 text-black flex flex-row;
@apply hover:bg-yellow-300 hover:text-black hover:shadow-2xl hover:scale-105;
transition: all 0.5s cubic-bezier(.2, 3, .67, .6),
background-color .1s ease-in-out,
@@ -32,7 +32,7 @@
}
.btn-dropdown {
@apply relative mx-2;
@apply relative mx-0.5 md:mx-2;
> :nth-child(1) {
@apply !mx-0;