Fix public topology/routing diagram generation and layout
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
.md-content img, article img {
|
||||
max-width: 100%;
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.diagram-wrap {
|
||||
width: 100%;
|
||||
overflow-x: auto;
|
||||
margin: 1rem 0 2rem;
|
||||
}
|
||||
|
||||
.diagram-wrap img {
|
||||
max-width: none;
|
||||
width: 1400px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
@media (max-width: 900px) {
|
||||
.diagram-wrap img {
|
||||
width: 1200px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user