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

Commit 8356932

Browse files
committed
Made it so we can show 6 skills in a row for big screens
1 parent eec8599 commit 8356932

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
@@ -419,8 +419,10 @@
419419
.list {
420420
display: flex;
421421
flex-direction: row;
422-
width: 80%;
422+
width: 100%;
423423
overflow-x: auto;
424+
padding-left: 30px;
425+
padding-right: 30px;
424426
margin: 70px auto 0 auto;
425427
.skill {
426428
margin: 0 30px;

0 commit comments

Comments
 (0)