mirror of
https://github.com/aaronleetw/Attendance.git
synced 2024-11-14 19:11:39 -08:00
22 lines
263 B
CSS
22 lines
263 B
CSS
|
div.container {
|
||
|
max-width: 90%;
|
||
|
}
|
||
|
|
||
|
.btn.afterSelButton {
|
||
|
padding: .200rem .50rem;
|
||
|
}
|
||
|
|
||
|
|
||
|
body {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.viewSignatures .col .row .col {
|
||
|
border: 1px solid;
|
||
|
margin-bottom: 10px;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.row {
|
||
|
--bs-gutter-x: 0;
|
||
|
}
|