mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-19 23:01:35 +00:00
16 lines
152 B
CSS
16 lines
152 B
CSS
.jobs {
|
|
width: 400px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.jobsColumn {
|
|
float: left;
|
|
width: 200px;
|
|
text-align: center;
|
|
}
|
|
|
|
.commandPosition {
|
|
font-weight: bold;
|
|
}
|
|
|