We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8b749 commit af07b4aCopy full SHA for af07b4a
css/style.css
@@ -508,6 +508,25 @@ footer {
508
text-align: left;
509
}
510
511
+ /*Format project highlight section to be scrollable*/
512
+ .projectHighlights {
513
+ overflow: hidden;
514
+ overflow-y: scroll;
515
+ scroll-snap-type: y mandatory;
516
+ scroll-behavior: smooth;
517
+ -webkit-overflow-scrolling: touch;
518
+ display: flex;
519
+ flex-direction: column;
520
+ justify-content: space-between;
521
+ height: 100vh;
522
+
523
+ }
524
525
+ /*Hide scroll bar*/
526
+ .projectHighlights::-webkit-scrollbar {
527
+ display: none;
528
529
530
/*Format project highlight items*/
531
.projectHighlightItem i {
532
font-size: 3em;
0 commit comments