Resize CTA buttons for mobile
cgen-007c71a2016149f5b389f8ba34070aff
This commit is contained in:
parent
93b75be13b
commit
b0abf5d721
1 changed files with 1 additions and 1 deletions
|
|
@ -579,7 +579,7 @@ export default function GameDevelopment() {
|
|||
<Button
|
||||
asChild
|
||||
size="lg"
|
||||
className="bg-gradient-to-r from-aethex-500 to-neon-blue hover:from-aethex-600 hover:to-neon-blue/90 glow-blue hover-lift text-lg px-8 py-6"
|
||||
className="bg-gradient-to-r from-aethex-500 to-neon-blue hover:from-aethex-600 hover:to-neon-blue/90 glow-blue hover-lift text-base sm:text-lg px-6 py-4 sm:px-8 sm:py-6"
|
||||
>
|
||||
<Link
|
||||
to="/engage#game-development"
|
||||
|
|
|
|||
Loading…
Reference in a new issue