This commit is contained in:
Kenneth Jannette
2024-03-12 20:24:41 -05:00
parent a7ea2cccec
commit 0b1a987e41
2 changed files with 29 additions and 13 deletions

View File

@@ -173,7 +173,7 @@
width: 200px;
height: 100%;
padding-top: 1px;
margin-right: 20px;
margin-right: 15px;
}
.doc-col3 {
@@ -182,17 +182,17 @@
min-width: 190px;
height: 100%;
padding-top: 1px;
margin-right: 20px;
margin-right: 15px;
}
.doc-col4 {
display: flex;
flex: 1;
align-items: center;
min-width: 280px;
min-width: 220px;
height: 100%;
padding-top: 1px;
margin-right: 20px;
margin-right: 15px;
}
.doc-col5 {
@@ -202,7 +202,7 @@
width: 120px;
height: 100%;
padding-right: 10px;
margin-right: 20px;
margin-right: 15px;
}
.doc-col6 {
@@ -320,3 +320,9 @@
.gen-button {
width: 158px !important;
}
@media only screen and (max-width: 1080px) {
.responsive-none {
display: none;
}
}