diff --git a/src/webui/src/components/PackageDetail/packageDetail.scss b/src/webui/src/components/PackageDetail/packageDetail.scss index b80704ce3..98e144c43 100644 --- a/src/webui/src/components/PackageDetail/packageDetail.scss +++ b/src/webui/src/components/PackageDetail/packageDetail.scss @@ -2,12 +2,12 @@ .pkgDetail { .title { - font-size: 38px; + font-size: 28px; color: $primary-color; border-bottom: 1px solid $border-color; text-transform: capitalize; font-weight: 600; - margin: 0 0 10px; + margin: 0 0 40px; padding-bottom: 5px; } diff --git a/src/webui/src/components/PackageSidebar/Module/style.scss b/src/webui/src/components/PackageSidebar/Module/style.scss index dfeafc9d5..0eaf0268d 100644 --- a/src/webui/src/components/PackageSidebar/Module/style.scss +++ b/src/webui/src/components/PackageSidebar/Module/style.scss @@ -4,7 +4,7 @@ .moduleTitle { display: flex; align-items: flex-end; - font-size: 24px; + font-size: 21px; color: $primary-color; margin: 0 0 10px; padding: 5px 0; diff --git a/src/webui/src/components/PackageSidebar/modules/Maintainers/MaintainerInfo/style.scss b/src/webui/src/components/PackageSidebar/modules/Maintainers/MaintainerInfo/style.scss index 2259db547..538829df1 100644 --- a/src/webui/src/components/PackageSidebar/modules/Maintainers/MaintainerInfo/style.scss +++ b/src/webui/src/components/PackageSidebar/modules/Maintainers/MaintainerInfo/style.scss @@ -7,6 +7,7 @@ &:not(:last-child) { margin-bottom: 10px; } + img { width: $mine-height; height: $mine-height; @@ -14,6 +15,7 @@ border-radius: 100%; flex-shrink: 0; } + span { font-size: 14px; flex-shrink: 1;