diff --git a/about.html b/about.html index 2834c99..4bdbd4d 100644 --- a/about.html +++ b/about.html @@ -125,7 +125,7 @@
-

关于我

+

兴趣

INFJ · 创造者 · 探索者

diff --git a/css/about.css b/css/about.css index 3153bd9..fc26bff 100644 --- a/css/about.css +++ b/css/about.css @@ -2304,6 +2304,9 @@ a:not(.nav-logo):not(.nav-links a):not(.social-link):not(.btn):not(.footer-info display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; + justify-items: center; + justify-content: center; + align-items: start; } .social-card { @@ -2473,6 +2476,9 @@ a:not(.nav-logo):not(.nav-links a):not(.social-link):not(.btn):not(.footer-info .social-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; + justify-items: center; + justify-content: center; + align-items: start; } .footer-content { @@ -2556,7 +2562,7 @@ a:not(.nav-logo):not(.nav-links a):not(.social-link):not(.btn):not(.footer-info .project-card, .article-card { - padding: 0.2rem; + padding: 0.5rem; } .article-excerpt { font-size: 0.7rem;