HEX
Server: Apache/2
System: Linux cp07.iserverteam.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: fliyingp (1085)
PHP: 7.4.33
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/fliyingp/domains/fliyingpigeon.hk/public_html/wp-content/themes/ocean-theme/post.scss
.post-content {
  background: #fff;
  &__inner {
    max-width: 60%;
    padding: 24px 0 48px;
    justify-self: flex-end;
    flex-flow: column;
    display: flex;
    gap: 48px;
    p {
      font-family: Geist;
      font-weight: 400;
      font-size: 14px;
      line-height: 130%;
      letter-spacing: 0%;
      vertical-align: middle;
      color: #546e7a;
    }

    h2 {
      font-family: Geist;
      font-weight: 300;
      font-size: 48px;
      line-height: 100%;
      letter-spacing: -2.8%;
    }

    h3 {
      font-family: Geist;
      font-weight: 300;
      font-size: 36px;
      line-height: 100%;
      letter-spacing: -2.8%;
    }

    h4 {
      font-family: Geist;
      font-weight: 400;
      font-size: 28px;
      line-height: 110.00000000000001%;
      letter-spacing: -0.8%;
      vertical-align: middle;
    }

    h5 {
      font-family: Geist;
      font-weight: 400;
      font-size: 22px;
      line-height: 110.00000000000001%;
      letter-spacing: -0.8%;
      vertical-align: middle;
    }
  }

  .project-gallery__prev-proj {
    display: none;
  }

  .project-gallery__footer {
    justify-content: center;
    padding: 48px 0;
  }

  .project-gallery__next-proj-top {
    font-family: Geist;
    font-weight: 400;
    font-size: 28px;
    line-height: 110.00000000000001%;
    letter-spacing: -0.8%;
    text-align: center;
    color: #001c36;
    display: flex;
    align-items: center;
    svg {
      path {
        fill: #001c36;
      }
    }
  }

  .project-gallery__next-proj-bot {
    font-family: Geist;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #607d8b;
  }
}

@media (max-width: 768px) {
  .post-content {
    &__inner {
      max-width: 100%;
      padding: 24px 0;
      gap: 16px;
      p {
        font-family: Geist;
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
        letter-spacing: 0%;
        vertical-align: middle;
        color: #546e7a;
      }

      h2 {
        font-family: Geist;
        font-weight: 300;
        font-size: 32px;
        line-height: 100%;
        letter-spacing: -2.8%;
      }

      h3 {
        font-family: Geist;
        font-weight: 300;
        font-size: 28px;
        line-height: 100%;
        letter-spacing: -2.8%;
      }

      h4 {
        font-family: Geist;
        font-weight: 400;
        font-size: 22px;
        line-height: 110.00000000000001%;
        letter-spacing: -0.8%;
        vertical-align: middle;
      }

      h5 {
        font-family: Geist;
        font-weight: 400;
        font-size: 16px;
        line-height: 110.00000000000001%;
        letter-spacing: -0.8%;
        vertical-align: middle;
      }
    }
  }

  .project-gallery__next-proj-top {
    font-size: 20px;
  }

  .project-gallery__next-proj-bot {
    font-size: 12px;
  }
}