[DOCS] Restyling elements on home page

This commit is contained in:
Sebastian Golebiewski 2023-06-13 08:50:34 +02:00 committed by GitHub
parent 883a70c91e
commit 78303aecba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,9 +48,14 @@ h1 {
margin-bottom: 0; margin-bottom: 0;
} }
.openvino-diagram { .openvino-diagram {
width: 65%;
margin-bottom: 3rem; margin-bottom: 3rem;
} }
@media (max-width: 720px) {
.openvino-diagram {
width: 90%;
}
}
.ov-homepage-higlight-grid { .ov-homepage-higlight-grid {
padding: 0; padding: 0;
} }
@ -69,6 +74,13 @@ h1 {
transition: 0.5s; transition: 0.5s;
overflow: hidden; overflow: hidden;
} }
.ov-homepage-higlight-grid .sd-card-hover:hover {
border-color: var(--sd-color-card-border)!important;
transform: scale(1.00)!important;
}
.ov-homepage-higlight-grid .sd-shadow-sm:hover {
box-shadow: 0 0 10px 2px rgba(108,36,240,0.3) !important;
}
.ov-homepage-higlight-grid .sd-card-title { .ov-homepage-higlight-grid .sd-card-title {
height: 52.781px; height: 52.781px;
margin-bottom: 2rem; margin-bottom: 2rem;