mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
fix the pixels
This commit is contained in:
parent
adb6414f52
commit
9cadb386dd
1 changed files with 3 additions and 2 deletions
|
|
@ -157,9 +157,10 @@ const PersonDeets = styled.div`
|
||||||
@media all and (max-width: 400px) {
|
@media all and (max-width: 400px) {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr 1fr;
|
grid-template-columns: 1fr 1fr;
|
||||||
> *:nth-child(2) ~ * {
|
> *:nth-child(1),
|
||||||
|
> *:nth-child(2) {
|
||||||
/* lol */
|
/* lol */
|
||||||
border-top: 1px solid var(--vape);
|
border-bottom: 1px solid var(--vape);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue