mirror of
https://github.com/writefreely/writefreely
synced 2024-11-14 05:07:07 +00:00
21 lines
271 B
Text
21 lines
271 B
Text
.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;
|
|
}
|
|
}
|
|
}
|