Browse Source

* Imgs CSS

master
vvandenb 2 years ago
parent
commit
6f7a726005
  1. 2
      front/volume/src/components/NavBar.svelte
  2. 7
      front/volume/src/components/Profile.svelte

2
front/volume/src/components/NavBar.svelte

@ -99,7 +99,7 @@
.navigation-bar img {
width: 2rem;
height: 2rem;
height: auto;
}
.navigation-bar button {

7
front/volume/src/components/Profile.svelte

@ -147,6 +147,7 @@
border: 1px solid #ccc;
border-radius: 5px;
padding: 1rem;
max-width: 80%;
width: 375px;
}
@ -161,8 +162,12 @@
}
.profile-img {
max-width: 80%;
width: 256px;
height: 256px;
height: auto;
margin-left: auto;
margin-right: auto;
display: block;
}
#avatar-input {

Loading…
Cancel
Save