Browse Source

Make text larger

master
Matt Baer 5 years ago
parent
commit
508f723e3d
2 changed files with 9 additions and 0 deletions
  1. +6
    -0
      editor.html
  2. +3
    -0
      post.html

+ 6
- 0
editor.html View File

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


+ 3
- 0
post.html View File

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


Loading…
Cancel
Save