Browse Source

文章标题自适应手机

master
nelson 3 years ago
parent
commit
4265a9795a
  1. 5
      static/css/common.css
  2. 2
      static/css/common.min.css

5
static/css/common.css

@ -510,7 +510,7 @@ img {
.blog-title{ .blog-title{
display: flex; display: flex;
height: 50px; min-height: 50px;
line-height: 50px; line-height: 50px;
} }
.blog-title input{ .blog-title input{
@ -683,4 +683,7 @@ img {
.auto-screen{ .auto-screen{
width: 98%; width: 98%;
} }
.blog-title{
line-height: 35px;
}
} }

2
static/css/common.min.css

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save