style changes, better parsing
This commit is contained in:
29
site.css
29
site.css
@@ -1,9 +1,3 @@
|
||||
html,
|
||||
body,
|
||||
pre {
|
||||
font-family: 'Nanum Gothic Coding', monospace;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
background-color: #2e3440;
|
||||
@@ -13,7 +7,6 @@ body {
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: 'Nanum Gothic', sans-serif;
|
||||
font-size: 28px;
|
||||
font-weight: 800;
|
||||
text-align: center;
|
||||
@@ -26,7 +19,19 @@ h1 {
|
||||
padding: 32px;
|
||||
}
|
||||
|
||||
pre,
|
||||
.text {
|
||||
font-size: 16px;
|
||||
line-height: 22px;
|
||||
margin: 0;
|
||||
max-width: 40em;
|
||||
white-space: pre-line;
|
||||
}
|
||||
|
||||
img {
|
||||
margin: 16px 0;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
label,
|
||||
input {
|
||||
font-size: 16px;
|
||||
@@ -34,10 +39,6 @@ input {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
pre {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
form {
|
||||
display: flex;
|
||||
flex: 1 1 auto;
|
||||
@@ -55,6 +56,10 @@ input {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
input[type=submit] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
input[type=url] {
|
||||
padding: 4px 22px;
|
||||
margin: 22px 0;
|
||||
|
||||
Reference in New Issue
Block a user