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.
 
 
 
 
writefreely/less/pages/error.less

21 lines
271 B

.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;
}
}
}