onnxruntime/_sass/custom/custom.scss
Maanav Dalal 918f4aa1fa
Website revamp final (#17638)
Co-authored-by: MaanavD <maanavdalal@microsoft.com>
Co-authored-by: Prasanth Pulavarthi <prasanth.pulavarthi@microsoft.com>
Co-authored-by: Sophie Schoenmeyer <sschoenmeyer@microsoft.com>
Co-authored-by: sophies927 <107952697+sophies927@users.noreply.github.com>
Co-authored-by: Parinita Rahi <101819959+parinitarahi@users.noreply.github.com>
Co-authored-by: kshama-msft <66488860+kshama-msft@users.noreply.github.com>
2023-10-27 17:26:41 -07:00

28 lines
328 B
SCSS

.site-nav,
.site-header,
.site-footer {
width: 100%;
}
.side-bar {
@include mq(lg) {
width: $nav-width;
}
}
.site-footer {
color: #717072;
}
.main {
@include mq(lg) {
margin-left: $nav-width;
}
}
content blockquote {
background: #f9f9f9;
border-left: 5px solid #ccc;
margin: 1.5em 10px;
padding: 0.5em 10px;
}