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