Skip to content

Commit 5e9307c

Browse files
committed
Deploying to gh-pages from @ 74e1b5c 🚀
1 parent 6c416b8 commit 5e9307c

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

static/css/style.css

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
1+
html, body {
2+
height: 100%;
3+
margin: 0;
4+
}
5+
16
body {
27
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
38
line-height: 1.6;
49
color: #333;
10+
display: flex;
11+
flex-direction: column;
12+
min-height: 100vh;
513
}
614

715
.navbar-brand {
816
font-weight: 600;
917
}
1018

1119
main {
12-
min-height: calc(100vh - 200px);
20+
flex: 1 0 auto;
21+
padding: 2rem 0;
1322
}
1423

1524
.card {
@@ -53,5 +62,8 @@ main {
5362
}
5463

5564
footer {
65+
flex-shrink: 0;
66+
background-color: #343a40;
67+
padding: 2rem 0;
5668
margin-top: auto;
5769
}

0 commit comments

Comments
 (0)