index page projets

This commit is contained in:
Valentin
2024-11-05 01:44:18 +01:00
parent 018960837d
commit bd1b450a45
34 changed files with 1084 additions and 382 deletions

View File

@@ -116,6 +116,7 @@
grid-row: 1/7;
align-self: center;
justify-self: center;
position: relative;
> img {
width: 10rem;
height: 10rem;
@@ -123,6 +124,18 @@
padding: 1rem;
margin-right: 1rem;
}
&::after {
top: 1.2rem;
left: 1.2rem;
position: absolute;
content: '';
width: 8rem;
height: 8rem;
background-image: url('/themes/erabletheme/assets/cercle_dessin.svg');
background-size: cover;
display: block;
pointer-events: none;
}
}
> p.occupation {
grid-column: 2;