Update styles on 404 page

This commit is contained in:
Nirmal Kumar R
2024-07-26 16:31:10 +05:30
parent be3915f95d
commit b636b05b5d
3 changed files with 10 additions and 8 deletions
+6 -4
View File
@@ -19,6 +19,7 @@ nav {
display: flex;
align-items: start;
justify-content: center;
margin: 2em 0 3em;
}
nav a {
@@ -45,6 +46,11 @@ p {
margin: 1em 0;
}
img {
display: block;
width: 400px;
}
.home {
margin-top: 1em;
}
@@ -54,10 +60,6 @@ p {
margin-left: 1em;
}
.home img {
display: block;
}
.content-title {
color: #663333;
font-weight: bold;