/* ============================================================
   VPNBQ — about.css
   关于页专属:页头纵向节奏、正文小节标记
   ============================================================ */

.about-head{margin-bottom:30px}
.about-head h1{margin-bottom:16px}
.about-head .lede{margin-bottom:0}

.about-body .prose > h2:first-child{margin-top:0}
.about-body .prose h2{
  display:flex;
  align-items:center;
  gap:10px;
}
.about-body .prose h2::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--accent);
  flex-shrink:0;
}

@media (max-width:640px){
  .about-head{margin-bottom:24px}
}