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