feat [front]: misc mobile improvement
This commit is contained in:
parent
b86176949f
commit
f6f5cdac12
2 changed files with 7 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
</section>
|
</section>
|
||||||
<section class="section">
|
<section class="section">
|
||||||
<h2 class="title">Partenaires</h2>
|
<h2 class="title">Partenaires</h2>
|
||||||
<ul class="is-flex is-align-items-center partners">
|
<ul class="is-flex is-flex-wrap-wrap is-align-items-center partners">
|
||||||
<li><a class="cof" href="https://cof.ens.fr/">COF</a></li>
|
<li><a class="cof" href="https://cof.ens.fr/">COF</a></li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://www.ens.psl.eu/">
|
<a href="https://www.ens.psl.eu/">
|
||||||
|
@ -70,6 +70,9 @@
|
||||||
|
|
||||||
.partners
|
.partners
|
||||||
list-style: none
|
list-style: none
|
||||||
|
margin-top: -1.5rem
|
||||||
|
> *
|
||||||
|
margin-top: 1.5rem
|
||||||
> :not(:first-child)
|
> :not(:first-child)
|
||||||
margin-left: 1.5rem
|
margin-left: 1.5rem
|
||||||
img
|
img
|
||||||
|
|
|
@ -104,7 +104,10 @@ const transports = [
|
||||||
<style scoped lang="sass">
|
<style scoped lang="sass">
|
||||||
.card-container
|
.card-container
|
||||||
justify-content: space-evenly
|
justify-content: space-evenly
|
||||||
|
flex-wrap: wrap
|
||||||
|
margin-top: -1.5rem
|
||||||
|
|
||||||
.card
|
.card
|
||||||
flex-basis: 400px
|
flex-basis: 400px
|
||||||
|
margin-top: 1.5rem
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Add table
Reference in a new issue