ADD: Start of extraction of Project Card
Still WIP though
This commit is contained in:
parent
4852fc45b0
commit
aa4b3002c4
5 changed files with 43 additions and 46 deletions
3
app/assets/css/project.css
Normal file
3
app/assets/css/project.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
.Project {
|
||||
|
||||
}
|
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue