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
df4fd17 1
  .terms-container {
df4fd17 2
    padding-bottom: 2.5rem; /* pb-10 */
df4fd17 3
    margin-top: 2.5rem; /* mt-10 */
df4fd17 4
  }
df4fd17 5
df4fd17 6
  h1 {
df4fd17 7
    font-weight: 700; /* font-bold */
df4fd17 8
    font-size: 1.875rem; /* text-3xl */
df4fd17 9
    line-height: 2.25rem; /* text-3xl */
df4fd17 10
  }
df4fd17 11
df4fd17 12
  /* Basic styling for h4 and strong for consistency, can be adjusted or removed if global styles exist */
df4fd17 13
  h4 {
df4fd17 14
    font-weight: 600;
df4fd17 15
    margin-top: 0.5rem;
df4fd17 16
    font-size: 1.17em; /* Default h4 size */
df4fd17 17
  }
df4fd17 18
df4fd17 19
  strong {
df4fd17 20
    font-weight: bold;
df4fd17 21
  }