2021-03-11 19:26:33 +01:00
|
|
|
/*
|
|
|
|
From Bootstrap v5.0b2 sticky footer example
|
|
|
|
See: https://getbootstrap.com/docs/5.0/examples/sticky-footer/
|
|
|
|
*/
|
|
|
|
|
|
|
|
.container {
|
|
|
|
width: auto;
|
2021-03-13 21:06:43 +01:00
|
|
|
max-width: 968px;
|
2021-03-11 19:26:33 +01:00
|
|
|
padding: 0 15px;
|
|
|
|
}
|