mirror of https://github.com/writeas/writefreely
A focused writing and publishing space.
https://write.with.parts
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
271 B
22 lines
271 B
6 years ago
|
.error-page {
|
||
|
text-align: center;
|
||
|
max-width: 40em;
|
||
|
margin: 0 auto;
|
||
|
a:link, a:visited {
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
a:hover {
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
|
||
|
p {
|
||
|
line-height: 1.5;
|
||
|
&.msg {
|
||
|
font-size: 1.8em;
|
||
|
}
|
||
|
&.commentary {
|
||
|
font-size: 1.2em;
|
||
|
}
|
||
|
}
|
||
|
}
|