Skip to content

Instantly share code, notes, and snippets.

View mflint's full-sized avatar

Matthew Flint mflint

View GitHub Profile
@jubianchi
jubianchi / gitlab-wide.css
Last active August 29, 2015 14:07
gitlab-wide
body > .container,
header .container,
nav .container {
width: 100%;
}
.pull-right .dropdown-menu {
right: 0;
left: auto;
}