Fixes...
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user