Comments on Smol Aesthetic All Comments

This is so cute and easy to fill out! I'll use this for the characters I'm still planning out. It looks cute, it's versatile, and there's ample room to brain-dump!
One question tho, Is there a way of making the blurb text aligned to the left rather than being centered down the middle? I like using bullet points to order my thoughts and it looks odd when they are centered, imo.

I'm glad you like it!

In the first line of code you will see this (if you are using the custom colours version):

<div class="container text-center border-0 rounded-0 py-3 px-1" style="max-width:500px; color:#23c2f1; font-family:ms gothic; font-size:12px; background-image:url(https://f2.toyhou.se/file/f2-toyhou-se/images/31603654_6t9PU0Jjn2dqYAB.png); background-attachment:fixed;">

Replace the text-center with text-left, so it would look like this:

<div class="container text-left border-0 rounded-0 py-3 px-1" style="max-width:500px; color:#23c2f1; font-family:ms gothic; font-size:12px; background-image:url(https://f2.toyhou.se/file/f2-toyhou-se/images/31603654_6t9PU0Jjn2dqYAB.png); background-attachment:fixed;">

I'm using the custom colors version, but I tried it anyway! It made everything aligned to the left instead of just the blurb - any way I can make only the blurb align to the left but have everything else be centered?

oh in that case just add the text-center to the list tag

 <ul class="text-center"> </ul> 

I tried text-left instead and it worked! Ty for helping me, this is one of my fave codes to use ^^

oh whoops sorry im a bit out of it today   and I'm really glad you like it <3