diff --git a/app/styles/app/layouts/owner.sass b/app/styles/app/layouts/owner.sass index 5eaf4066..2d44cf10 100644 --- a/app/styles/app/layouts/owner.sass +++ b/app/styles/app/layouts/owner.sass @@ -38,14 +38,15 @@ @extend .repo-main @include resetul - h3 - margin: 0 - font-size: $font-size-m; - font-weight: 400 + // h3 + // margin: 0 + // font-size: $font-size-m; + // font-weight: 400 h2 font-size: 20px white-space: nowrap + line-height: 2.5 .tile-status .icon-status margin-top: 2.1em diff --git a/app/styles/app/layouts/top.sass b/app/styles/app/layouts/top.sass index f16bc3fb..e1a0078b 100644 --- a/app/styles/app/layouts/top.sass +++ b/app/styles/app/layouts/top.sass @@ -120,7 +120,8 @@ $top-height: 55px transform: translateY(-0.1rem); @media #{$medium-up} - height: $top-height + &.row + height: $top-height .navigation height: $top-height diff --git a/app/templates/components/owner-repo-tile.hbs b/app/templates/components/owner-repo-tile.hbs index 5fbdfe71..4fbff7f8 100644 --- a/app/templates/components/owner-repo-tile.hbs +++ b/app/templates/components/owner-repo-tile.hbs @@ -5,7 +5,6 @@
-

{{ownerName}}

{{#link-to "repo" ownerName repoName }}{{repoName}}{{/link-to}}