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;
}
}