Commit e8a568ab authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Make tabs full-width at small viewport

parent cdba3fe8
......@@ -433,6 +433,10 @@
left: 0;
z-index: 10;
transition: right .15s;
@media (max-width: $screen-xs-max) {
right: 0;
}
}
&:not(.affix) .container-fluid {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment