Skip to content

Commit 9ad2c97

Browse files
committed
Fix layout for alert on home page
1 parent f2330d8 commit 9ad2c97

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

static/css/home.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
.container.main-content-shadow {
2-
margin-bottom: 0;
32
margin: 0;
3+
margin-top: 32px;
44
width: 100%;
55
max-width: none;
66
}
77

8+
.alert {
9+
margin: 0 auto;
10+
margin-bottom: 10px;
11+
max-width: 1140px
12+
}
13+
814
.hack-card {
915
margin-bottom: 1rem;
1016
}

0 commit comments

Comments
 (0)