fix(aio): swap feature headers for divs to remove anchors and fix feature image resizing (#17156)

This commit is contained in:
Stefanie Fluin
2017-06-01 09:37:27 -07:00
committed by Victor Berchet
parent 665e7071fa
commit 47e4fca7fd
2 changed files with 23 additions and 12 deletions

View File

@ -289,6 +289,10 @@ aio-shell {
}
}
.feature-section img {
max-width: 70px;
}
@media (max-width: 600px) {
md-sidenav-container.sidenav-container {
padding-top: 0;
@ -327,6 +331,13 @@ aio-shell {
text-align: center;
}
}
.feature-title {
font-size: 16px;
font-weight: 500;
margin: 8px 0px;
clear: both;
}
}
aio-shell:not(.view-SideNav) {