Minor tweaks

This commit is contained in:
Sam Potts
2017-12-18 16:57:23 +00:00
parent 423f67b4f4
commit aab53fa91f
10 changed files with 35 additions and 43 deletions

2
demo/dist/demo.css vendored

File diff suppressed because one or more lines are too long

View File

@ -11,8 +11,8 @@ header {
}
@media @mq-md {
max-width: 400px;
margin-right: (@spacing-base * 2);
max-width: 360px;
margin-right: (@spacing-base * 3);
padding-bottom: (@spacing-base * 2);
text-align: left;
}