Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
_layout.scss 242 B
html {
	position: relative;
	min-height: 100%;
}
body {
	/* body not relative, content must be relative to HTML! */
	min-height: 100%;
	
	@if $o-footer-position-absolute == true {
		margin-bottom: $o-footer-height + $o-footer-margin-top;
	}
}