Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 3137619

Browse files
committed
Merge pull request #356 from appirio-tech/feature/tom-fix-skill-row
Made it so we can show 6 skills in a row for big screens
2 parents fa003c4 + 8356932 commit 3137619

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

assets/css/profile/about.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,10 @@
412412
.list {
413413
display: flex;
414414
flex-direction: row;
415-
width: 80%;
415+
width: 100%;
416416
overflow-x: auto;
417+
padding-left: 30px;
418+
padding-right: 30px;
417419
margin: 70px auto 0 auto;
418420
.skill {
419421
margin: 0 30px;

0 commit comments

Comments
 (0)