Add shadows

This commit is contained in:
Lucie Anglade 2023-09-05 17:52:31 +02:00
parent e0edb98571
commit a81ca4684a
1 changed files with 3 additions and 0 deletions

View File

@ -50,6 +50,7 @@ a:hover,
iframe {
border: none;
box-shadow: 0 0 1em 0 var(--grey);
height: 45em;
width: 100%;
}
@ -277,6 +278,7 @@ main > section {
#introduction section article {
border: var(--grey) 1px solid;
box-shadow: 0 0 1em 0 var(--grey);
padding: 1em;
}
@ -299,6 +301,7 @@ main > section {
.news-jobs > article {
border: var(--grey) 1px solid;
box-shadow: 0 0 1em 0 var(--grey);
margin: 3em auto;
}