File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -215,6 +215,22 @@ ul {
215215 }
216216}
217217
218+ /* Tablet range: overrides phone sizes for wider mobile viewports. */
219+ @media (max-width : 996px ) and (min-width : 600px ) {
220+ body h1 {
221+ font-size : 56px ;
222+ }
223+
224+ body h2 {
225+ font-size : 42px ;
226+ }
227+
228+ body p {
229+ font-size : 16px ;
230+ line-height : 24px ;
231+ }
232+ }
233+
218234/****** Class that are specific to larger screens*/
219235@media (min-width : 996px ) {
220236 h1 {
Original file line number Diff line number Diff line change 7878 }
7979}
8080
81+ @media (max-width : 996px ) and (min-width : 600px ) {
82+ .hero_title {
83+ font-size : 6rem ;
84+ }
85+
86+ .tech_tagline {
87+ font-size : 26px ;
88+ }
89+ }
90+
8191/* ── Services (How we work with you) ─────────────────────────────────────── */
8292
8393.topics_header {
Original file line number Diff line number Diff line change @@ -30,6 +30,11 @@ function ProjectsContent() {
3030
3131 < SectionSeparator variant = { 1 } />
3232
33+ { /* ── Project list ──────────────────────────────────────────────────── */ }
34+ < Section spacing = "tight" >
35+ < h2 className = "text--center" > What we build and maintain</ h2 >
36+ </ Section >
37+
3338 { /* ── Jupyter ───────────────────────────────────────────────────────── */ }
3439 < SplitSection
3540 bg = "white"
You can’t perform that action at this time.
0 commit comments