ADD: Start of extraction of Project Card

Still WIP though
This commit is contained in:
webfussel 2025-06-02 07:40:21 +02:00
parent 4852fc45b0
commit aa4b3002c4
5 changed files with 43 additions and 46 deletions

View file

@ -20,32 +20,8 @@
}
@media (width <= 1601px) {
.Skills {
& .skill-container {
flex-wrap: wrap;
flex-direction: row;
}
& .skill-card.reverse,
& .skill-card {
flex: 1 0 300px;
flex-direction: column;
text-align: center;
justify-content: start;
}
& .skill-card h3 {
text-align: center;
}
& .text-container,
& .text-container main {
height: 100%;
}
& .image-container img {
width: 100%;
height: auto;
}
.Skills .skill-container {
flex-wrap: wrap;
flex-direction: row;
}
}