fix misaligned channel id

This commit is contained in:
Mononaut 2023-01-18 16:44:37 -06:00
parent c3ae46795b
commit 402d9496c3
No known key found for this signature in database
GPG Key ID: A3F058E41374C04E

View File

@ -2,7 +2,7 @@
display: flex; display: flex;
flex-direction: row; flex-direction: row;
@media (max-width: 768px) { @media (max-width: 767.98px) {
flex-direction: column; flex-direction: column;
} }
} }
@ -10,16 +10,13 @@
.tx-link { .tx-link {
display: flex; display: flex;
flex-grow: 1; flex-grow: 1;
@media (min-width: 650px) { @media (min-width: 768px) {
top: 1px;
position: relative;
align-self: end; align-self: end;
margin-left: 15px; margin-left: 15px;
margin-top: 0px; margin-top: 0px;
margin-bottom: -3px;
}
@media (min-width: 768px) {
margin-bottom: 4px; margin-bottom: 4px;
top: 1px;
position: relative;
} }
@media (max-width: 768px) { @media (max-width: 768px) {
order: 2; order: 2;