소스 검색

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

Loading…
취소
저장