index page projets
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user