0
0
Fork 0

fix: tangerine ui

This commit is contained in:
무라쿠모 2024-09-28 19:01:36 +09:00
parent 0435a2193f
commit abd140be03
No known key found for this signature in database
GPG key ID: 139D6573F92DA9F7
2 changed files with 8 additions and 6 deletions

View file

@ -7001,7 +7001,7 @@ a:is(.active,
} }
.app-body .about__header { .app-body .about__header {
order: 1; order: 1;
margin-bottom: 10px; margin-bottom: 5px;
} }
.app-body .about__section:nth-child(3) { .app-body .about__section:nth-child(3) {
order: 3; order: 3;
@ -7036,7 +7036,8 @@ a:is(.active,
} }
.app-body .about__header__hero, .app-body .about__header__hero,
.app-body .about__meta { .app-body .about__meta {
margin-bottom: 10px; margin-top: 20px;
margin-bottom: 0;
} }
.app-body .about__header > h1 { .app-body .about__header > h1 {
color: var(--color-content-fg); color: var(--color-content-fg);
@ -7049,7 +7050,7 @@ a:is(.active,
opacity: .8; opacity: .8;
text-align: left; text-align: left;
margin-left: 20px; margin-left: 20px;
margin-bottom: 15px; // margin-bottom: 15px;
font-size: 14px; font-size: 14px;
} }
@media screen and (min-width:890px) { @media screen and (min-width:890px) {

View file

@ -7001,7 +7001,7 @@ a:is(.active,
} }
.app-body .about__header { .app-body .about__header {
order: 1; order: 1;
margin-bottom: 10px; margin-bottom: 5px;
} }
.app-body .about__section:nth-child(3) { .app-body .about__section:nth-child(3) {
order: 3; order: 3;
@ -7036,7 +7036,8 @@ a:is(.active,
} }
.app-body .about__header__hero, .app-body .about__header__hero,
.app-body .about__meta { .app-body .about__meta {
margin-bottom: 10px; margin-top: 20px;
margin-bottom: 0;
} }
.app-body .about__header > h1 { .app-body .about__header > h1 {
color: var(--color-content-fg); color: var(--color-content-fg);
@ -7049,7 +7050,7 @@ a:is(.active,
opacity: .8; opacity: .8;
text-align: left; text-align: left;
margin-left: 20px; margin-left: 20px;
margin-bottom: 15px; // margin-bottom: 15px;
font-size: 14px; font-size: 14px;
} }
@media screen and (min-width:890px) { @media screen and (min-width:890px) {