2013-06-23 17:17:08 -07:00
|
|
|
/* Custom page CSS
|
|
|
|
-------------------------------------------------- */
|
|
|
|
/* Not required for template or sticky footer method. */
|
|
|
|
|
2018-07-25 09:40:55 +09:00
|
|
|
main > .container {
|
2013-06-23 17:17:08 -07:00
|
|
|
padding: 60px 15px 0;
|
|
|
|
}
|
|
|
|
|
2018-07-25 09:40:55 +09:00
|
|
|
.footer {
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
}
|
|
|
|
|
2014-02-27 11:15:53 +02:00
|
|
|
.footer > .container {
|
2013-08-16 11:03:52 -07:00
|
|
|
padding-right: 15px;
|
2014-01-31 14:20:33 +02:00
|
|
|
padding-left: 15px;
|
2013-08-16 11:03:52 -07:00
|
|
|
}
|
|
|
|
|
2013-06-23 17:17:08 -07:00
|
|
|
code {
|
|
|
|
font-size: 80%;
|
2013-09-19 20:49:16 +02:00
|
|
|
}
|