Skip to content

Commit

Permalink
Fix layout for alert on home page
Browse files Browse the repository at this point in the history
  • Loading branch information
stefdworschak committed Oct 11, 2021
1 parent d37791b commit 00b6a08
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion static/css/home.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
.container.main-content-shadow {
margin-bottom: 0;
margin: 0;
margin-top: 32px;
width: 100%;
max-width: none;
}

.alert {
margin: 0 auto;
margin-bottom: 10px;
max-width: 1140px
}

.hack-card {
margin-bottom: 1rem;
}
Expand Down

0 comments on commit 00b6a08

Please sign in to comment.