Fixed avatar size to make image as big as text width

stable
Xavier Julián 2014-09-25 17:56:37 +02:00
parent 4056fc7465
commit 821b7e18c5
2 changed files with 2 additions and 2 deletions

View File

@ -12,6 +12,7 @@
}
.logo-container {
margin: 20%;
cursor: pointer;
object,
img,
svg {

View File

@ -33,11 +33,10 @@
}
}
.info {
padding: 10px 5px;
padding-right: 1rem;
}
img {
width: 60px;
width: 40px;
}
}
}