social-network
social-network/frontend/style.css
1
.avatar {
2
	width: 50px;
3
}
4
5
.nav .avatar {
6
	height: 40px;
7
	width: auto;
8
}
9