init portfolio
Some checks failed
Build / Deploy (push) Failing after 1m55s
Some checks failed
Build / Deploy (push) Failing after 1m55s
This commit is contained in:
parent
445069cbf8
commit
c12d34a822
18 changed files with 109 additions and 2 deletions
|
@ -59,6 +59,42 @@ body {
|
|||
|
||||
}
|
||||
|
||||
.portfolio-list-item {
|
||||
padding: 0.5rem;
|
||||
background-color: $grey-dark;
|
||||
margin-top: 1rem;
|
||||
|
||||
.flex {
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
|
||||
picture {
|
||||
max-width: 33%;
|
||||
display: block;
|
||||
height: 15rem;
|
||||
|
||||
img {
|
||||
height: 100%;
|
||||
max-height: 100%;
|
||||
min-width: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&-header {
|
||||
margin-bottom: 0.3rem;
|
||||
|
||||
& * {
|
||||
display: inline;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
margin-right: 0.2rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ol:not(ol *, ul *),
|
||||
ul:not(ol *, ul *) {
|
||||
margin-left: 0rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue