fix(aio): swap feature headers for divs to remove anchors and fix feature image resizing (#17156)
This commit is contained in:

committed by
Victor Berchet

parent
665e7071fa
commit
47e4fca7fd
@ -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) {
|
||||
|
Reference in New Issue
Block a user