je sias pas trop
This commit is contained in:
parent
689cc539f8
commit
36658c4bb1
2 changed files with 50 additions and 8 deletions
|
|
@ -322,20 +322,62 @@
|
|||
.container-logos{
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 20px;
|
||||
|
||||
align-items: center;
|
||||
gap: 60px;
|
||||
}
|
||||
|
||||
.container-logos .logo{
|
||||
width: 200px;
|
||||
height: 60px;
|
||||
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.container-logos .logo > * {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
width: auto;
|
||||
height: auto;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.container-logos .logo img,
|
||||
.container-logos .logo svg {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
width: auto;
|
||||
height: auto;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
#logo-inria{
|
||||
width: 150px;
|
||||
}
|
||||
#logo-cnrs{
|
||||
height: 80px;
|
||||
width: 90px;
|
||||
}
|
||||
#logo-sorbonne{
|
||||
height: 65px;
|
||||
width: 160px;
|
||||
}
|
||||
#logo-saclay{
|
||||
width: 160px;
|
||||
transform: translateY(-10px);
|
||||
}
|
||||
#logo-rennes{
|
||||
width: 81px;
|
||||
height: 90px;
|
||||
}
|
||||
#logo-plantagroeco{
|
||||
width: 220px;
|
||||
}
|
||||
#logo-SBF{
|
||||
height: 120px;
|
||||
width: 146px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -664,7 +664,7 @@
|
|||
|
||||
</div>
|
||||
<div class="logo" id="logo-upec">
|
||||
<svg width="200px" height="85px" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
||||
<svg viewBox="0 0 246 120" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
||||
<g transform="matrix(1,0,0,1,0,-2.2)">
|
||||
<path d="M121.8,46.6L121.8,49.7C121.8,50.7 122,51.2 122.8,51.2C123.4,51.2 123.8,50.8 123.8,49.8L123.8,46.5L125.1,46.5L125.1,50C125.1,50.5 125.1,52.1 122.9,52.1C121.6,52.1 120.5,51.5 120.5,50L120.5,46.6L121.8,46.6" style="fill-rule:nonzero;"/>
|
||||
<path d="M126.5,46.6L127.7,46.6L130,49.8L130,46.6L131.1,46.6L131.1,52L129.9,52L127.6,48.7L127.6,52L126.5,52L126.5,46.6" style="fill-rule:nonzero;"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue