mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
13 lines
201 B
Plaintext
13 lines
201 B
Plaintext
.containers {
|
|
box-sizing: border-box;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
.containers-body {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: row;
|
|
padding: 0px;
|
|
}
|
|
}
|