diff --git a/frontend/src/style/_index.scss b/frontend/src/style/_index.scss index 9455e68..69d253e 100644 --- a/frontend/src/style/_index.scss +++ b/frontend/src/style/_index.scss @@ -2,9 +2,9 @@ .search { width: 100%; - margin: 15px 0; + margin: 5px 0 15px; - font-size: 15px; + font-size: 1.1em; padding: .5em .5em; } diff --git a/frontend/src/style/_pkginfo.scss b/frontend/src/style/_pkginfo.scss index c76452d..34a0246 100644 --- a/frontend/src/style/_pkginfo.scss +++ b/frontend/src/style/_pkginfo.scss @@ -1,8 +1,3 @@ -.pkgname-header { - border-bottom: 1px solid #888; - margin-bottom: .5em; -} - table.pkginfo { th { text-align: start; diff --git a/frontend/src/style/main.scss b/frontend/src/style/main.scss index f92c52e..3586971 100644 --- a/frontend/src/style/main.scss +++ b/frontend/src/style/main.scss @@ -26,6 +26,11 @@ a:visited color: var(--link-fg); } +h2 { + border-bottom: 1px solid #888; + margin-bottom: .5em; +} + .content { width: 95%; margin: 30px auto; diff --git a/frontend/src/views/Index.vue b/frontend/src/views/Index.vue index 75dc116..2f3278e 100644 --- a/frontend/src/views/Index.vue +++ b/frontend/src/views/Index.vue @@ -43,7 +43,9 @@ watch(searchInput, async(newVal, oldVal) => {