mirror of
https://github.com/ilri/csv-metadata-quality-web.git
synced 2024-11-14 10:57:04 +01:00
11 lines
190 B
SCSS
11 lines
190 B
SCSS
|
/*
|
||
|
From Bootstrap v5.0b2 sticky footer example
|
||
|
See: https://getbootstrap.com/docs/5.0/examples/sticky-footer/
|
||
|
*/
|
||
|
|
||
|
.container {
|
||
|
width: auto;
|
||
|
max-width: 680px;
|
||
|
padding: 0 15px;
|
||
|
}
|