Skip to content

Commit

Permalink
fix linters issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Gardimy committed Sep 29, 2023
1 parent c00c1a2 commit 0fa403c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
body, h1, h2, p, ul, li {
body,
h1,
h2,
p,
ul,
li {
margin: 0;
padding: 0;
}
Expand Down Expand Up @@ -42,7 +47,7 @@ nav ul li:last-child {
}

.notice {
background-color: #4CAF50;
background-color: #4caf50;
color: #fff;
padding: 10px;
margin-bottom: 10px;
Expand Down

0 comments on commit 0fa403c

Please sign in to comment.