<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	Boxed
*/
#boxed-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}

#boxed-wrapper .site-header {
	position: absolute;
	left: 0px;
	top: 0px;
}

#boxed-wrapper .site-header.sticked {
	position: fixed;
}</pre></body></html>