Skip to content

Commit

Permalink
correct msg format
Browse files Browse the repository at this point in the history
  • Loading branch information
rbhatt1999 committed Feb 26, 2023
1 parent a280725 commit 4ff2e88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1076,9 +1076,9 @@ footer {
.msg-container {
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
text-align: center;
width: 90%;
width: 80%;
margin: auto;
background-color: #e0ffc7;
padding: 20px;
padding: 20px 0;
color: black;
}

0 comments on commit 4ff2e88

Please sign in to comment.