Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/layout/portfolio/experience/works/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const PortfolioWorksComponent = () => {
<div className="experience--works" {...useScrollFadeIn("right", 1, 0)}>
<h2>Experience</h2>
<p>
<big>λΆ€μ‚°μ†Œν”„νŠΈμ›¨μ–΄λ§ˆμ΄μŠ€ν„°κ³ </big> (2021.03 ~ 2023.02)
<big>λΆ€μ‚°μ†Œν”„νŠΈμ›¨μ–΄λ§ˆμ΄μŠ€ν„°κ³ </big> (2021.03 ~ 2024.02)
</p>
<ul>
<li>μ†Œν”„νŠΈμ›¨μ–΄κ°œλ°œκ³Ό 전곡 μ‘Έμ—… μ˜ˆμ •μž…λ‹ˆλ‹€.</li>
Expand Down
2 changes: 1 addition & 1 deletion src/docs/Project-zolzima.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

github: [https://github.com/min050410/zolzima-webview](https://github.com/min050410/zolzima-webview)

<img src="/project-images/Project-2048.png" width="100%"></img>
<img src="/project-images/Project-zolzima.png" width="100%"></img>

## κ°œμš”

Expand Down
19 changes: 17 additions & 2 deletions src/styles/intro.sass
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,18 @@ h3#gray:nth-child(3)

.project--content
margin-top: 5rem
overflow-x: scroll
overflow-x: auto

.project--list
overflow-x: scroll
overflow-x: auto
display: grid
grid-template-columns: repeat(12, 280px)
grid-template-rows: repeat(2, 280px)
grid-auto-flow: column

.project--list::-webkit-scrollbar
display: none

.project--list-card:nth-of-type(2n)
margin-left: 50%

Expand Down Expand Up @@ -158,6 +161,18 @@ h3#gray:nth-child(3)
overflow-x: auto
width: 100%

.skills--content::-webkit-scrollbar
width: 6px
height: 5px

.skills--content::-webkit-scrollbar-thumb
height: 30
background: $default
border-radius: 2rem

.skills--content::-webkit-scrollbar-track
background: #808080

@mixin skill-tag
font-size: 15px
border-radius: 5px
Expand Down