csv-metadata-quality-web/source/scss/main.scss
Alan Orth f82cb6ce05
source/scss/main.scss: Increase container width
We need more space for the log on the results page and we actually
don't even need to worry about people running this on a phone.
2021-03-13 22:06:43 +02:00

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: 968px;
padding: 0 15px;
}