Add max-height for features image

This commit is contained in:
Eike Kettner 2019-12-31 01:51:42 +01:00
parent 7d047b13c9
commit 65641d1347

View File

@ -4,6 +4,10 @@
background-size: 100% 800px;
}
.features-image {
max-height: 250px;
}
.docs #sidebar-wrapper .sidebar-nav .sidebar-nav-item.open>a, .docs #sidebar-wrapper .sidebar-nav .sidebar-nav-item.open button {
background: #495680;
}