Skip to content

Commit c5cfec7

Browse files
committed
Add subtitle, klu link
1 parent 1a999cd commit c5cfec7

File tree

2 files changed

+219
-197
lines changed

2 files changed

+219
-197
lines changed

src/styles/ProjectExpo.scss

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
font-style: halftone;
88
}
99

10+
@font-face {
11+
font-family: "Acquire";
12+
src: url("../fonts/Acquire.otf") format("opentype");
13+
font-weight: normal;
14+
}
15+
1016
$textWhite: rgb(231, 231, 231);
1117

1218
::-webkit-scrollbar {
@@ -321,6 +327,7 @@ $textWhite: rgb(231, 231, 231);
321327

322328
.heroDiv {
323329
margin-top: 4.5rem;
330+
margin-bottom: 1.5rem;
324331
display: flex;
325332
flex-direction: column;
326333
justify-content: center;
@@ -366,14 +373,20 @@ $textWhite: rgb(231, 231, 231);
366373
}
367374
}
368375

376+
.subTitle {
377+
font-family: "Acquire";
378+
font-size: 1.25rem;
379+
opacity: .8;
380+
}
381+
369382
.dateAndTime {
370383
display: flex;
371384
flex-direction: column;
372385
gap: .25rem;
373386

374387
justify-content: center;
375388
align-items: center;
376-
margin: 2.5rem 0 2rem 0;
389+
margin: 3.25rem 0 2rem 0;
377390

378391
font-weight: 600;
379392

0 commit comments

Comments
 (0)