Make top-bar take up full width.

This commit is contained in:
2018-06-12 21:11:55 -07:00
parent d8ae468f39
commit 55a39fe1c7
3 changed files with 4 additions and 4 deletions

View File

@@ -83,6 +83,7 @@ div.top-bar {
line-height: 135px;
display: flex;
justify-content: center;
margin-bottom: 40px;
}
.board {
@@ -90,7 +91,6 @@ div.top-bar {
padding: 20px;
max-width: 500px;
margin: auto;
margin-top: 20px;
border-radius: 10px;
}