Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Commit

Permalink
fix(#678): Resolve sonar code smell
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Hayeur committed Apr 11, 2021
1 parent 4a1a5a5 commit c351e85
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/views/errors/503.blade.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<!doctype html>
<title>Site Maintenance</title>
<style>
body { text-align: center; padding: 150px; }
body { text-align: center; padding: 150px; font: 20px Helvetica, sans-serif; color: #333;}
h1 { font-size: 50px; }
body { font: 20px Helvetica, sans-serif; color: #333; }
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
Expand Down

0 comments on commit c351e85

Please sign in to comment.