diff options
Diffstat (limited to 'web_src/less/_explore.less')
-rw-r--r-- | web_src/less/_explore.less | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/web_src/less/_explore.less b/web_src/less/_explore.less index 6d6462df6c..89fd2af629 100644 --- a/web_src/less/_explore.less +++ b/web_src/less/_explore.less @@ -15,39 +15,32 @@ .ui.repository.list { .item { - padding-bottom: 25px; + padding-bottom: 1.5rem; &:not(:first-child) { border-top: 1px solid var(--color-secondary); - padding-top: 25px; + padding-top: 1.5rem; } .ui.header { font-size: 1.5rem; - padding-bottom: 10px; + margin-bottom: .5rem; .name { word-break: break-all; } .metas { - color: #888888; font-size: 14px; - font-weight: normal; - - span:not(:last-child) { - margin-right: 5px; - } } } .time { font-size: 12px; - color: #808080; } .ui.tags { - margin-bottom: 1em; + margin-bottom: .5rem; } } } |