Style iframe

This commit is contained in:
Lucie Anglade 2023-09-05 15:36:06 +02:00
parent 3be34b3f6e
commit a452a719e5
1 changed files with 8 additions and 0 deletions

View File

@ -48,6 +48,12 @@ a:hover,
background: var(--green);
}
iframe {
border: none;
height: 50em;
width: 100%;
}
img {
display: block;
max-width: 100%;
@ -152,6 +158,8 @@ main > section {
text-align: center;
}
/* News and Jobs */
.news-jobs > article {
border: var(--grey) 1px solid;
margin: 3em auto;