Skip to content

Commit

Permalink
Change announcement box width and color
Browse files Browse the repository at this point in the history
  • Loading branch information
nagyrajmund authored Feb 12, 2024
1 parent 8c8100a commit 4eba234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
</head>
<style>
.announcement-box {
border: 2px solid #cccccc;
border: 4px solid #c8e4cf;
border-radius: 10px;
padding: 20px;
background-color: #f8f8f8;
margin: 20px auto;
max-width: 600px;
max-width: 1200px;
}
</style>

Expand Down

0 comments on commit 4eba234

Please sign in to comment.