Skip to content
Snippets Groups Projects
Verified Commit 14db9569 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fixed logo height on connect page

parent 8897bab8
No related branches found
No related tags found
No related merge requests found
Pipeline #4274 passed
......@@ -36,8 +36,11 @@ export default {
<style scoped>
.card .card-image {
padding: 1em;
overflow: hidden;
}
.card-image img {
height: 5em;
height: 3em;
width: auto;
margin: 0 auto;
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment