lumeland / theme-simple-blog

Lume theme to create a simple blog
https://lumeland.github.io/theme-simple-blog/
MIT License
49 stars 23 forks source link

Hyperlinks are Not responsive | Header title Text too big in Mobile #19

Closed mskian closed 9 months ago

mskian commented 9 months ago

Screenshot from 2023-12-13 19-48-24

Screenshot from 2023-12-13 19-48-49

oscarotero commented 9 months ago

Hey, thanks for this. I just published a new version that fixes the long urls issue.

Regarding to the title in the homepage, I think it depends on the title. Some titles are short so a big font size looks better.

You can configure the size with the extra_head variable that you can define in the _data.yml. For example:

extra_head: |
  <style>
    .page-title {
      font-size: 2rem;
    }
  </style>