Responsive CSS updates.

This commit is contained in:
Mike Cao 2020-09-21 21:34:55 -07:00
parent 106fe90e26
commit c95aa4aa56
21 changed files with 124 additions and 73 deletions

View file

@ -12,6 +12,7 @@
.content {
min-height: 600px;
padding: 20px 0;
}
.backButton {
@ -30,7 +31,7 @@
.row > [class*='col-'] {
border-left: 1px solid var(--gray300);
padding: 0 20px;
padding: 20px;
}
.row > [class*='col-']:first-child {