website

#astro#js#html#css

git clone https://git.pyrossh.dev/website

木 Personal website of pyrossh. Built with astrojs, shiki, vite.


assets/css/workers/only-bible-app-terms.css
  .terms-container {
    padding-bottom: 2.5rem; /* pb-10 */
    margin-top: 2.5rem; /* mt-10 */
  }

  h1 {
    font-weight: 700; /* font-bold */
    font-size: 1.875rem; /* text-3xl */
    line-height: 2.25rem; /* text-3xl */
  }

  /* Basic styling for h4 and strong for consistency, can be adjusted or removed if global styles exist */
  h4 {
    font-weight: 600;
    margin-top: 0.5rem;
    font-size: 1.17em; /* Default h4 size */
  }

  strong {
    font-weight: bold;
  }