wf4/app/assets/css/skills.css
2025-06-05 07:50:50 +02:00

27 lines
No EOL
572 B
CSS
Executable file

.Skills {
background: var(--color-orange-black);
background-image: radial-gradient(circle at 90vw 0, rgba(255,145,0,0.2) 0%, rgba(0,0,0,0) 63%, rgba(0,0,0,0) 100%);
background-repeat: no-repeat;
& .skill-list {
display: flex;
flex-wrap: wrap;
}
& .tech-list ul {
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
& .bottom {
align-items: center;
}
}
@media (width <= 1601px) {
.Skills .skill-container {
flex-wrap: wrap;
flex-direction: row;
}
}