This makes it easier to compare statistics with other tools, to see if the dogma-engine is doing the right thing.
25 lines
299 B
CSS
25 lines
299 B
CSS
.main {
|
|
margin: 0 auto;
|
|
width: 1580px;
|
|
}
|
|
|
|
.content {
|
|
background-color: #111111;
|
|
border-radius: 25px;
|
|
display: flex;
|
|
margin-top: 10px;
|
|
justify-content: flex-end;
|
|
padding: 20px;
|
|
}
|
|
|
|
.selection {
|
|
}
|
|
|
|
.fit {
|
|
}
|
|
|
|
.statistics {
|
|
margin-top: 50px;
|
|
position: relative;
|
|
}
|