-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject-squares.css
More file actions
13 lines (13 loc) · 985 Bytes
/
Copy pathproject-squares.css
File metadata and controls
13 lines (13 loc) · 985 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SOURCE: editorial layout choices for four selected projects; not measured performance constants. */
.project-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:1200px;gap:16px}
.project-card{aspect-ratio:auto;min-height:300px}
.project-card>a,.project-card:not(:has(>a)){grid-template-rows:100%}
.project-card .project-image{display:none}
.project-copy{min-height:100%;padding:28px}
.project-copy h3{font-size:clamp(36px,3.6vw,56px);margin:0 0 18px}
.project-copy>p{font-size:17px;line-height:1.5;max-width:460px}
.project-copy footer{font-size:14px;line-height:1.5;padding-top:16px;letter-spacing:.025em}
.work-header{display:block;text-align:center}
.work-header h2{font-size:clamp(62px,8vw,112px);margin:0 auto}
@media(max-width:700px){.project-grid{grid-template-columns:1fr;gap:12px}.project-card{min-height:300px}.project-copy{padding:24px}.project-copy>p{font-size:16px}.project-copy footer{font-size:13px}}
@media(max-width:700px){.work-header h2{font-size:56px}}