Simplest circuit
This commit is contained in:
parent
f39aaf6b97
commit
9dfdcb2fdf
6 changed files with 148 additions and 7 deletions
|
@ -148,4 +148,22 @@ footer {
|
|||
|
||||
li:not(:first-child) {
|
||||
padding-top: 8px;
|
||||
}
|
||||
|
||||
.graph {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 50%;
|
||||
display: block;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
i.cite {
|
||||
display: block;
|
||||
text-align: center;
|
||||
padding-top: 8px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue