[DOCS] Restyling elements on home page
This commit is contained in:
parent
883a70c91e
commit
78303aecba
14
docs/_static/css/homepage_style.css
vendored
14
docs/_static/css/homepage_style.css
vendored
@ -48,9 +48,14 @@ h1 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.openvino-diagram {
|
||||
|
||||
width: 65%;
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
@media (max-width: 720px) {
|
||||
.openvino-diagram {
|
||||
width: 90%;
|
||||
}
|
||||
}
|
||||
.ov-homepage-higlight-grid {
|
||||
padding: 0;
|
||||
}
|
||||
@ -69,6 +74,13 @@ h1 {
|
||||
transition: 0.5s;
|
||||
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 {
|
||||
height: 52.781px;
|
||||
margin-bottom: 2rem;
|
||||
|
Loading…
Reference in New Issue
Block a user