Module
TransportDiagram/styles.css
From Dogcraft Wiki
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
/* Transport Diagram styles */
.transport-diagram {
display: flex;
flex-direction: column;
border: 1px solid #aaa;
border-radius: 10px;
background-color: #E9EDEF;
float: right;
clear: right;
width: 27.5em;
font-size: 88%;
line-height: 1.5em;
padding: 0.5em;
}
.transport-diagram-title {
font-size: 1.5em;
margin-bottom: 0.4em;
justify-content: center;
000
1:0
Return to Module:TransportDiagram/styles.css.