dsrkafuu / hugo-theme-fuji

A minimal Hugo theme with nice theme color. | 一个主题色极简 Hugo 主题。
https://github.dsrkafuu.net/hugo-theme-fuji/
Apache License 2.0
367 stars 97 forks source link

Mobile optimizations #99

Closed Saftius closed 1 year ago

Saftius commented 1 year ago

There are two elements potentially breaking the responsive design on smaller screens: subtitle and tags. Changing white-space: nowrap; to white-space: normal; allows the subtitle to wrap. And adding flex-wrap: wrap; to .post-meta span allows the meta elements, most notably tags, to wrap. Here are before and after screenshots of the newly included post-meta-test.md. tags-without-wraptags-with-wrap