Browse Source

Tweak some styling

master
Dylan Baker 5 years ago
parent
commit
75c3a6e1d3
2 changed files with 5 additions and 1 deletions
  1. 4
    0
      static/style.css
  2. 1
    1
      templates/index.html.tera

+ 4
- 0
static/style.css View File

@@ -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 View File

@@ -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

Loading…
Cancel
Save