diff --git a/hbs2-peer/app/Browser/Root.hs b/hbs2-peer/app/Browser/Root.hs index b820a4d0..a1a13d7a 100644 --- a/hbs2-peer/app/Browser/Root.hs +++ b/hbs2-peer/app/Browser/Root.hs @@ -158,8 +158,8 @@ div .repo-list-item { display: block; background: #FAFAFA; - padding: .95rem; - margin-top: 1.75rem; + padding: 1.45rem; + margin-top: 2rem; border-radius: 0.25rem; border: 1px solid #BFC7D9; @@ -167,6 +167,7 @@ div .repo-list-item { .repo-info, .repo-info-misc { flex: 1; + padding: 1.25rem; } .repo-info h2 a { @@ -174,6 +175,11 @@ div .repo-list-item { color: inherit; } +.repo-info h2 a:hover { + text-decoration: underline dotted; +} + + .repo-info-misc { text-align: right; font-size: 0.85rem;