Files
eveship.fit/app/page.module.css
Patric Stout 5f0ff00809 feat: allow setting either all skills to L0 or to L5 (#7)
This makes it easier to compare statistics with other tools, to see if
the dogma-engine is doing the right thing.
2023-11-18 09:41:33 +00:00

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;
}