pad the footer
This commit is contained in:
parent
2e39659bdd
commit
aba3390ed0
|
@ -1,10 +1,16 @@
|
||||||
body {
|
body {
|
||||||
padding-top: 60px;
|
padding-top: 60px;
|
||||||
background: #FDCCED;
|
background: #FDCCED;
|
||||||
|
margin-bottom: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
max-width 600px;
|
max-width 600px;
|
||||||
|
padding: 0 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.container .text-muted {
|
||||||
|
margin: 20px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
|
@ -47,3 +53,5 @@ table td {
|
||||||
height: 60px;
|
height: 60px;
|
||||||
background-color: #FE9ACD;
|
background-color: #FE9ACD;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue