瀏覽代碼

Tweak some styling

master
Dylan Baker 6 年之前
父節點
當前提交
75c3a6e1d3
共有 2 個檔案被更改,包括 5 行新增1 行删除
  1. 4
    0
      static/style.css
  2. 1
    1
      templates/index.html.tera

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

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

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

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

Loading…
取消
儲存