Skip to content

Commit

Permalink
[CodeFactor] Apply fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
code-factor committed Nov 29, 2022
1 parent bb2dd0b commit 35319f0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions App/views/error/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
border-bottom: 1px solid #d0d0d0;
font-size: 19px;
font-weight: normal;
margin: 0 0 14px 0;
padding: 14px 15px 10px 15px;
margin: 0 0 14px;
padding: 14px 15px 10px;
}

code {
Expand All @@ -42,8 +42,8 @@
border: 1px solid #d0d0d0;
color: #002166;
display: block;
margin: 14px 0 14px 0;
padding: 12px 10px 12px 10px;
margin: 14px 0;
padding: 12px 10px;
}

#container {
Expand All @@ -53,7 +53,7 @@
}

p {
margin: 12px 15px 12px 15px;
margin: 12px 15px;
}
</style>
</head>
Expand Down

0 comments on commit 35319f0

Please sign in to comment.