Fixed avatar size to make image as big as text width
parent
4056fc7465
commit
821b7e18c5
|
@ -12,6 +12,7 @@
|
|||
}
|
||||
.logo-container {
|
||||
margin: 20%;
|
||||
cursor: pointer;
|
||||
object,
|
||||
img,
|
||||
svg {
|
||||
|
|
|
@ -33,11 +33,10 @@
|
|||
}
|
||||
}
|
||||
.info {
|
||||
padding: 10px 5px;
|
||||
padding-right: 1rem;
|
||||
}
|
||||
img {
|
||||
width: 60px;
|
||||
width: 40px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue