11 lines
190 B
SCSS
Raw Normal View History

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;
max-width: 968px;
2021-03-11 20:26:33 +02:00
padding: 0 15px;
}