openpromisesmy/ui

about page: logo is TOO BIG

Closed this issue · 2 comments

the page is at /about
the component to be updated is at: src/views/About.vue
you only need to change the <style> section of the file
the image size should have a max-width so it stays in proportion
suggested max-width: around 300px

Cornelius has found the solution, apply the following css rule to the img element for the logo:

max-width: 270px;
width: auto;
margin-bottom: 20px;

Closed by #242