瀏覽代碼

New bullet glyph; more margin below footer.

master
Ben Kurtovic 9 年之前
父節點
當前提交
1618e8c048
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. +11
    -0
      static/main.css

+ 11
- 0
static/main.css 查看文件

@@ -94,10 +94,20 @@ p#bio {

.work-list {
padding-left: 1em;
list-style-type: none;
}

.work-list li {
margin-bottom: 1.25em;
position: relative;
}

.work-list li:before {
content: "\27a4";
position: absolute;
left: -2em;
line-height: 3em;
font-size: 0.5em;
}

.subtitle {
@@ -199,6 +209,7 @@ pre code {
}

#footer {
margin-bottom: 1.5em;
color: #444;
font-size: 85%;
text-align: center;


Loading…
取消
儲存