Website title is not aligned properly on mobile devices

Website: yellowflag.me
Ghost Version: 4.0

As you can see in this image, the title of the website is just out of the screen

It only happens with the word ‘Yellowflag’, probably becouse it is too large (?), is there a way of fixing this problem?

Thanks in advance ^^

upp

The text size is a bit large. You can decrease it with CSS. Add the following in the admin Code Injection, and it will decrease the size from 6em to 5em;

<style>
.blog-name { font-size: 5em; }
</style>
1 Like

This fixed it! Thanks a lot mate ^^

1 Like