diff --git a/custom/tweaks.css b/custom/tweaks.css index 19689e8..83321da 100644 --- a/custom/tweaks.css +++ b/custom/tweaks.css @@ -23,4 +23,11 @@ /* Improve look of the profile page */ div.page-content.user.profile div.ui.container div.ui.stackable.grid div.ui.four.wide.column { width: 20% !important; +} + +/* Align the top of the repo view */ +@media only screen and (min-width: 850px) { + .page-content.repository:not(.issues.repository.milestones) .header-wrapper > .ui.container:first-child { + padding-left: 67px; + } } \ No newline at end of file