css: Use SCSS nesting for team .bdfl .profile-picture in portico.scss.

This commit is contained in:
Siddharth Varshney 2020-03-25 05:29:27 +05:30 committed by Tim Abbott
parent 17197f7537
commit bfa18da1bf

View File

@ -771,11 +771,11 @@ a.bottom-signup-button {
flex: 0 auto;
width: 200px;
margin: 10px;
}
.team .bdfl .profile-picture > img {
height: auto;
border-radius: 5px;
> img {
height: auto;
border-radius: 5px;
}
}
.team .bdfl .profile-information {