Skip to content

Commit

Permalink
refactor(styles): remove unused techstack styles and simplify respons…
Browse files Browse the repository at this point in the history
…ive design
  • Loading branch information
1chooo committed Nov 30, 2024
1 parent 125fa5d commit b6b8aa3
Showing 1 changed file with 0 additions and 72 deletions.
72 changes: 0 additions & 72 deletions apps/web/src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -407,36 +407,6 @@ main {
margin-bottom: 15px;
}

.techstack-list {
display: flex;
justify-content: flex-start;
align-items: flex-start;
gap: 10px;
margin: 0 -15px;
padding: 25px;
padding-bottom: 25px;
overflow-x: auto;
scroll-behavior: smooth;
overscroll-behavior-inline: contain;
scroll-snap-type: inline mandatory;
scroll-padding-inline: 25px;
}

.techstack-item {
min-width: 50%;
scroll-snap-align: start;
}

.techstack-item img {
width: 100%;
filter: grayscale(1);
transition: var(--transition-1);
}

.techstack-item img:hover {
filter: grayscale(0);
}

.testimonials-item {
min-width: 100%;
scroll-snap-align: center;
Expand Down Expand Up @@ -1206,17 +1176,6 @@ textarea.form-input::-webkit-resizer {
#RESPONSIVE
\*-----------------------------------*/

/**
* responsive larger than 250px screen
* TODO: maybe we need to support smaller screen
*/

@media (min-width: 250px) {
.techstack-item {
min-width: calc(25% - 20px);
}
}

/**
* responsive larger than 375px screen
*/
Expand All @@ -1230,15 +1189,6 @@ textarea.form-input::-webkit-resizer {
min-width: calc(33.33% - 10px);
}

.techstack-item {
min-width: calc(20% - 35px);
}

.techstack-list {
padding: 5px;
margin: 0 0px;
}

/**
* #PORTFOLIO, BLOG
*/
Expand Down Expand Up @@ -1270,14 +1220,6 @@ textarea.form-input::-webkit-resizer {
.blog-banner-box {
height: auto;
}

.techstack-item {
min-width: calc(15% - 10px);
}

.techstack-list {
padding: 25px;
}
}

/**
Expand Down Expand Up @@ -1422,20 +1364,10 @@ textarea.form-input::-webkit-resizer {
scroll-padding-inline: 45px;
}

.techstack-list {
gap: 10px;
margin: 0 -30px;
scroll-padding-inline: 45px;
}

.clients-item {
min-width: calc(33.33% - 35px);
}

.techstack-item {
min-width: calc(15% - 25px);
}

/**
* #RESUME
*/
Expand Down Expand Up @@ -1670,10 +1602,6 @@ textarea.form-input::-webkit-resizer {
min-width: calc(25% - 38px);
}

.techstack-item {
min-width: calc(10% - 20px);
}

/**
* PORTFOLIO
*/
Expand Down

0 comments on commit b6b8aa3

Please sign in to comment.