Attendance/static/homeroom.css

22 lines
263 B
CSS
Raw Normal View History

2021-09-12 02:39:09 -07:00
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;
}