delphi.market/public/order.css

11 lines
121 B
CSS
Raw Normal View History

2023-09-09 20:52:50 +00:00
.align-left {
text-align: left;
}
2023-09-09 20:52:50 +00:00
.align-center {
2023-09-09 20:52:50 +00:00
text-align: center;
}
2023-09-09 20:52:50 +00:00
.align-right {
2023-09-09 20:52:50 +00:00
text-align: right;
}