personal_site/_sass/projects.scss
2024-09-09 10:17:01 +02:00

32 lines
473 B
SCSS

article.project {
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-wrap: nowrap;
flex-direction: row;
h2 {
margin-top: 0;
}
a.photo {
width: $thumbnail_image_size;
height: $thumbnail_image_size;
margin-right: 1em;
}
img {
max-height: $thumbnail_image_size;
width: unset;
aspect-ratio: 1 / 1;
}
figure {
padding: 0;
justify-content: center;
}
section.text {
width: 100%;
}
}