@Richard Manga Thanks for reaching out. By default, the max size content is configured as 104857600 bytes as documented here for standard logic app.
To increase the size of for the build in HTTP trigger you need to configure the Runtime.Backend.HttpOperation.MaxContentSize
in the application setting on your standard logic app.
Further you may hit the limit value of inputs and outputs that the trigger/action. So, you need to configure the settings for Input and Outputs as mentioned here.
Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.