mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-16 18:31:27 +00:00
23 lines
339 B
SCSS
23 lines
339 B
SCSS
.site-nav, .site-header, .site-footer {
|
|
width: 100%;
|
|
}
|
|
|
|
.side-bar {
|
|
@include mq(lg) {
|
|
width: $nav-width;
|
|
}
|
|
}
|
|
|
|
.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;
|
|
}
|