Skip to content
This repository was archived by the owner on Apr 23, 2026. It is now read-only.

Commit bac7264

Browse files
committed
Styling changes
1 parent 7c837c2 commit bac7264

2 files changed

Lines changed: 20 additions & 4 deletions

File tree

assets/css/style.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1469,6 +1469,7 @@ textarea {
14691469
.home-template .landing-stats {
14701470
flex-direction: column;
14711471
gap: 0.5rem;
1472+
justify-content: center;
14721473
}
14731474
}
14741475
.home-template .landing-blockquote {
@@ -1485,7 +1486,7 @@ textarea {
14851486
display: none;
14861487
}
14871488
.home-template .landing-huge-quote {
1488-
margin-bottom: calc(var(--baseline) * 35);
1489+
margin-bottom: calc(var(--baseline) * 60);
14891490
}
14901491
body:not(.home-template) .main {
14911492
margin-top: calc(var(--magic-number) * 0.7);
@@ -2804,7 +2805,7 @@ img.is-loaded {
28042805
gap: 2rem;
28052806
flex-wrap: wrap;
28062807
margin-top: calc(var(--baseline) * 35);
2807-
margin-bottom: calc(var(--baseline) * 70);
2808+
margin-bottom: calc(var(--baseline) * 35);
28082809
align-items: center;
28092810
}
28102811
@media screen and (min-width: 800px) {
@@ -2829,6 +2830,12 @@ img.is-loaded {
28292830
.landing-project-showcase > div:last-child {
28302831
color: oklch(from var(--text-color) l c h / 0.6);
28312832
}
2833+
.landing-project-showcase:nth-child(1 of .landing-project-showcase) {
2834+
margin-top: calc(var(--baseline) * 50) !important;
2835+
}
2836+
.landing-project-showcase:last-of-type {
2837+
margin-bottom: calc(var(--baseline) * 70) !important;
2838+
}
28322839
.project-container {
28332840
background: oklch(from var(--neutral-2) l c h / 60%);
28342841
backdrop-filter: blur(10px);

assets/css/style.less

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,6 +1203,7 @@ textarea {
12031203
@media screen and (max-width: 800px) {
12041204
flex-direction: column;
12051205
gap: .5rem;
1206+
justify-content: center;
12061207
}
12071208
}
12081209
}
@@ -1224,7 +1225,7 @@ textarea {
12241225
}
12251226

12261227
.home-template .landing-huge-quote {
1227-
margin-bottom: calc(var(--baseline) * 35);
1228+
margin-bottom: calc(var(--baseline) * 60);
12281229
}
12291230

12301231
body:not(.home-template) .main {
@@ -2750,7 +2751,7 @@ img.is-loaded {
27502751
gap: 2rem;
27512752
flex-wrap: wrap;
27522753
margin-top: calc(var(--baseline) * 35);
2753-
margin-bottom: calc(var(--baseline) * 70);
2754+
margin-bottom: calc(var(--baseline) * 35);
27542755
align-items: center;
27552756

27562757
@media screen and (min-width: 800px) {
@@ -2777,6 +2778,14 @@ img.is-loaded {
27772778
color: oklch(from var(--text-color) l c h / 0.6)
27782779
}
27792780
}
2781+
2782+
&:nth-child(1 of .landing-project-showcase) {
2783+
margin-top: calc(var(--baseline) * 50)!important;
2784+
}
2785+
2786+
&:last-of-type {
2787+
margin-bottom: calc(var(--baseline) * 70)!important;
2788+
}
27802789
}
27812790

27822791
.project-container {

0 commit comments

Comments
 (0)