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