Skip to content

Commit 1ee604e

Browse files
added custom styling for error pages
1 parent 74a8bdd commit 1ee604e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

_sass/architect.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,15 @@ header h2 {
7070
max-width: 100%;
7171
}
7272

73+
.error-page {
74+
min-height: 1000px;
75+
}
76+
77+
.error-page p {
78+
font-size: larger;
79+
margin-top: 2em;
80+
}
81+
7382
footer {
7483
color: #aaa;
7584
font-size: 12px;

0 commit comments

Comments
 (0)