浏览代码

Tweak some styling

master
Dylan Baker 5 年前
父节点
当前提交
75c3a6e1d3
共有 2 个文件被更改,包括 5 次插入1 次删除
  1. 4
    0
      static/style.css
  2. 1
    1
      templates/index.html.tera

+ 4
- 0
static/style.css 查看文件

@@ -1,3 +1,7 @@
1
+body {
2
+  line-height: 1.5;
3
+}
4
+
1 5
 .container {
2 6
   margin: auto;
3 7
   max-width: 800px;

+ 1
- 1
templates/index.html.tera 查看文件

@@ -6,7 +6,7 @@
6 6
   </head>
7 7
   <body>
8 8
     <div class="container container--narrow">
9
-      <h1>bngl.ws</h1>
9
+      <h1 class='header'>bngl.ws</h1>
10 10
 			<p>
11 11
 				bngl.ws is a pastebin service that you can access from the command
12 12
 				line. If you have

正在加载...
取消
保存