Make the art bigger, separate each new line with a \n.
Sure, I can help with that! Here’s an example:
Original art:
```
/\_/\
( o.o )
> ^ <
```
Your request:
```
/\_/\
( o.o )
> ^ <
```
Made bigger:
```
/\_ /\
( o. o )
> ^ <
```
If you provide a specific piece of ASCII art, I can scale that up for you in the same manner too.