Restructure portfolio to separate index and case study pages, extract projects array to shared data file

This commit is contained in:
Ovidiu U
2026-03-13 12:52:40 +00:00
parent 5bc807210d
commit f2d497db9a
10 changed files with 34 additions and 104 deletions

View File

@@ -313,6 +313,14 @@
padding: 2rem;
}
.screenshot-card__desc {
font-family: var(--sans);
font-size: 0.85rem;
color: var(--grey);
margin: 0.4rem 0 1.25rem;
line-height: 1.5;
}
.screenshot-screen {
display: block;
width: 100%;