Browse Source

updating profile box

master
jk 3 years ago
parent
commit
0b9836bcd4
  1. 5
      themes/nipponalba/static/css/style.css

5
themes/nipponalba/static/css/style.css

@ -331,7 +331,7 @@ main {
box-shadow: 0 2px 3px var(--shadow-colour);
border: 1px solid var(--border-colour);
border-radius:15px;
height: 1030px;
height: 990px;
grid-column: 2;
max-width:250px;
width:rgb(255, 0, 0);px;
@ -339,9 +339,10 @@ main {
display:table;
}
.profile img{
width:230px;
width:150px;
border-radius: 5px;
display:block;
margin: 0 auto;
}
.profile .title{
font-size: 1.2rem;

Loading…
Cancel
Save