Removed the border from Function name and email.

This commit is contained in:
Luke Barrett 2018-10-07 01:04:54 -06:00
parent 35d25d79eb
commit 4f3f9edb68

View file

@ -1,4 +1,7 @@
@media only screen and (max-width: 425px) {
table {
border-collapse: inherit;
}
thead {
> tr {
visibility: collapse;
@ -17,33 +20,21 @@
}
> tr > td:nth-child(3) {
grid-area: email;
border: none;
}
> tr > td:nth-child(2) {
grid-area: name;
border: none;
}
> tr > td:nth-child(4) {
display: grid;
justify-items: end;
grid-area: link;
border: none;
}
> tr > td:nth-child(1) {
grid-area: func;
}
}
tbody {
> tr:last-child {
> td:nth-child(1) {
border: 1px solid #dbdbdb !important;
border-width: 0 0 1px !important;
padding: 0.5em 0.75em !important;
vertical-align: top !important;
}
> td:nth-child(2) {
border: 1px solid #dbdbdb !important;
border-width: 0 0 1px !important;
padding: 0.5em 0.75em !important;
vertical-align: top !important;
}
border: none;
}
}
tbody {