Style the manage folder link

Right-aligned so it lines up with the right edge of the page.

Moved down so its baseline aligns with the folder title.

In a narrower column so there’s more space for the folder title.
This commit is contained in:
Chris Hill-Scott
2018-12-05 16:19:47 +00:00
parent 76e8a8f4ed
commit 5db1de3bbb
2 changed files with 12 additions and 5 deletions

View File

@@ -163,5 +163,10 @@
}
&-manage-link {
display: block;
text-align: right;
padding: ($gutter - 2px) 0 0 0;
}
}