ch1oechao / hexo-theme-hollow

A pure and elegant theme for Hexo.
https://www.chen9.info/fragment/
MIT License
205 stars 39 forks source link

博客标题 #30

Closed fakeyanss closed 5 years ago

fakeyanss commented 5 years ago

发现你的博客主题的标题不宜过长。。太长会溢出,手机上显示标题会遮挡文章简介

fakeyanss commented 5 years ago

我想在手机上显示,就让标题和文章简介分行显示,我先改改看能不能实现

fakeyanss commented 5 years ago

PC浏览器: image iPhone: image iPad: image

fakeyanss commented 5 years ago

由于我的博客标题都比较长,在手机上的主页效果很差,所以我进行了样式改动。

我在主题的css文件下加了一个custom.styl,在base.styl中引入。 在这个custom.styl中加了很多覆盖的css属性,在屏幕宽度小于750px时(iPad是782px),把标题和简介的元素属性改一下,基本达到了我想要的效果。