Update style

This commit is contained in:
JeremyWuuuuu
2022-04-03 16:59:06 +08:00
committed by zouhang
parent 2580aacbe5
commit caa5e1e40f
5 changed files with 15 additions and 11 deletions

View File

@@ -42,7 +42,7 @@ const route = useRoute()
}
.link {
padding: 9px 16px;
padding: 10px 16px;
line-height: 1.5;
font-size: 0.9rem;
border-radius: 8px;

View File

@@ -21,6 +21,7 @@ import { platinumSponsors } from '../../config/sponsors'
<style scoped lang="scss">
.sponsor-item {
margin-bottom: 8px;
height: 60px;
img {
border-radius: 8px;
overflow: hidden;

View File

@@ -29,15 +29,18 @@ import { goldSponsors } from '../../config/sponsors'
align-items: center;
.sponsor-item {
margin-right: 4px;
height: 36px;
width: 36px;
a {
display: inline-flex;
align-items: center;
img {
width: 36px;
height: 36px;
}
height: inherit;
width: inherit;
}
img {
height: 100%;
width: 100%;
}
}
}

View File

@@ -19,9 +19,9 @@ const sponsor = computed(() => sponsorLocale[lang.value])
<style lang="scss" scoped>
.sponsors {
padding-bottom: 0.35rem;
padding-bottom: 44px;
.sponsors-title {
color: var(--text-color-lighter);
color: var(--text-color-secondary);
font-weight: 300;
font-size: 14px;
}

View File

@@ -20,13 +20,13 @@
}
.sidebar-groups {
padding: 0.75rem 0 5rem;
padding: 0 0 5rem;
.sidebar-group__title {
padding: 0.35rem 0;
font-size: 1rem;
font-weight: 700;
margin: 0;
margin-bottom: 8px;
line-height: 24px;
}
.sidebar-group + .sidebar-group {