Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
retribute.me
webclient
Commits
14db9569
Verified
Commit
14db9569
authored
Jun 10, 2019
by
Eliot Berriot
Browse files
Fixed logo height on connect page
parent
8897bab8
Pipeline
#4274
passed with stages
in 1 minute and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/views/Connect.vue
View file @
14db9569
...
...
@@ -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
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment