瀏覽代碼

Make text larger

master
Matt Baer 5 年之前
父節點
當前提交
508f723e3d
共有 2 個文件被更改,包括 9 次插入0 次删除
  1. +6
    -0
      editor.html
  2. +3
    -0
      post.html

+ 6
- 0
editor.html 查看文件

@@ -2,6 +2,9 @@
<head>
<title>gopaste</title>
<style>
body {
font-size: 120%;
}
form {
margin: 0 auto;
max-width: 40em;
@@ -13,6 +16,9 @@
border: 0;
outline: none;
}
textarea, input {
font-size: 100%;
}
</style>
</head>
<body>


+ 3
- 0
post.html 查看文件

@@ -2,6 +2,9 @@
<head>
<title>gopaste</title>
<style>
body {
font-size: 120%;
}
article {
white-space: pre-wrap;
word-break: break-word;


Loading…
取消
儲存