/* Static-site fixes for the exported Full Chain website. */

/* Header logo was hugging the viewport edge on mobile. Give every logo
   variant (EN/中文, normal/dark) consistent breathing room. box-sizing keeps
   the padded image inside its container so it never overflows. */
img[src*="FullChain-LOGO"] {
  padding: 10px;
  box-sizing: border-box;
}
