浏览代码

only the content should have a max-width to be mobile friendly

master
wacked 4 年前
父节点
当前提交
b0e280b61b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      static/css/main.css

+ 2
- 2
static/css/main.css 查看文件

@@ -1,12 +1,12 @@
body {
display: flex;
flex-flow: column wrap;
max-width: 50em;
line-height: 1.5em;
}


main {
max-width: 50em;
margin: auto;
flex: 8 0;
padding: 1.5rem;
@@ -23,7 +23,7 @@ code, blockquote {
/* Homepage */
.intro > h1 {
color: #212121;
font-size: 12vh;
font-size: 6vh;
}

.intro > h2 {

正在加载...
取消
保存