diff --git a/assets/css/app.scss b/assets/css/app.scss index 606e2f5..2a726b5 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -1336,14 +1336,24 @@ footer[role="tools"]{ } ; #logos{ - box-sizing: content-box; - max-height: 50px; - padding:1em; - text-align: right; - img{ - display: inline-block; - max-height: 100%; - padding-left: 1em; + // max-height: 100%; + position: relative; + flex-shrink: 1; + // display: flex; + // flex-direction: row; + // justify-content: flex-end; + .wrapper{ + position: relative; + box-sizing: content-box; + // max-height: 50px; + padding:1em; + text-align: right; + height: 50px; + img{ + // display: inline-block; + height: 100%; + padding-left: 1em; + } } } } diff --git a/src/App.vue b/src/App.vue index eefc6f2..d9ad048 100644 --- a/src/App.vue +++ b/src/App.vue @@ -27,10 +27,13 @@
- - +
+ Labex + PIA + HAR +
diff --git a/src/components/nav/Search.vue b/src/components/nav/Search.vue index e07552d..0e60b45 100644 --- a/src/components/nav/Search.vue +++ b/src/components/nav/Search.vue @@ -116,9 +116,9 @@ export default { wrapperClass () { console.log('this.$route.name', this.$route.name) if (this.$route.name === 'home' && (!this.results || !this.results.length)) { - return 'col-4' + return 'small-col-11 med-col-4 large-col-4' } else { - return 'col-11' + return 'med-col-11 large-col-11' } }, firstFieldsetClass () { diff --git a/static/img/logos/Logo-HAR-Unite-de-recherche.png b/static/img/logos/Logo-HAR-Unite-de-recherche.png new file mode 100644 index 0000000..f7dd935 Binary files /dev/null and b/static/img/logos/Logo-HAR-Unite-de-recherche.png differ