Make text larger
This commit is contained in:
parent
b6d99a145f
commit
508f723e3d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user