Skip to content

Commit

Permalink
css 디버깅
Browse files Browse the repository at this point in the history
  • Loading branch information
KimTeddy committed Dec 27, 2024
1 parent a969780 commit 9376313
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion experiences.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h3>2019-2020년도</h3>
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
flex-direction: column;
align-items: center;
/*align-items: center;*/
gap: 20px;
height: auto;
/* 카드 간 간격 */
Expand Down
6 changes: 2 additions & 4 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,13 @@ <h2>Projects</h2>
/* 세로 스크롤 비활성화 */
overflow-x: auto;
/* 가로 스크롤 활성화 */
overflow-x: auto;
/* 가로 스크롤 활성화 */
/*scrollbar-width: thin;
scrollbar-width: thin;
/* 간소화된 스크롤바 */
-ms-overflow-style: none;
/* IE에서 스크롤 숨김 */
/*animation: scroll-loop 20s linear infinite;*/

width: max-content;
/*width: max-content;*/
width: auto !important;
}

Expand Down
2 changes: 1 addition & 1 deletion skills.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h3>전자 회로/소자</h3>
<style>
.skills-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
grid-template-columns: repeat(auto-fit, minmax(30px, 1fr));
gap: 20px;
}

Expand Down

0 comments on commit 9376313

Please sign in to comment.