feat [front]: crous logo
This commit is contained in:
parent
64c035cd9e
commit
7d4da431ac
2 changed files with 7 additions and 1 deletions
BIN
front/assets/img/logos/crous.png
Normal file
BIN
front/assets/img/logos/crous.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
|
@ -65,10 +65,11 @@
|
|||
<img src="~/assets/img/logos/psl.png" alt="logo de PSL" />
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<li class="is-flex">
|
||||
<a
|
||||
href="https://www.crous-paris.fr/2022/12/22/cvec-a-vos-projets-envoyez-vos-idees-pour-la-vie-de-campus/"
|
||||
>
|
||||
<img src="~/assets/img/logos/crous.png" class="mr-4" alt="Crous de Paris" />
|
||||
<img src="~/assets/img/logos/cvec.png" alt="Financé par lA CVEC" />
|
||||
</a>
|
||||
</li>
|
||||
|
@ -91,14 +92,19 @@ useHead({ title: "À propos" })
|
|||
.partners
|
||||
list-style: none
|
||||
margin-top: -1.5rem
|
||||
|
||||
> *
|
||||
margin-top: 1.5rem
|
||||
|
||||
> :not(:first-child)
|
||||
margin-left: 3rem
|
||||
|
||||
.cof
|
||||
font-size: 5rem
|
||||
|
||||
img
|
||||
height: 4rem
|
||||
|
||||
img#partner-ens
|
||||
max-height: 8rem
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue