mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
move back to OLD BORDERS
This commit is contained in:
parent
a474f7aae5
commit
69b6b7a816
1 changed files with 6 additions and 6 deletions
|
|
@ -131,23 +131,23 @@ const PersonInner = styled.div`
|
||||||
|
|
||||||
const PersonDeets = styled.div`
|
const PersonDeets = styled.div`
|
||||||
display: flex;
|
display: flex;
|
||||||
border-block-start: 1px solid var(--vape);
|
border-top: 1px solid var(--vape);
|
||||||
> * {
|
> * {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
border-inline-start: 1px solid var(--vape);
|
border-left: 1px solid var(--vape);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
display: grid;
|
display: grid;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
grid-template-columns: auto auto;
|
grid-template-columns: auto auto;
|
||||||
|
&:first-child {
|
||||||
|
border-left: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: var(--vape);
|
color: var(--vape);
|
||||||
}
|
}
|
||||||
:first-child {
|
|
||||||
border-inline-start: none;
|
|
||||||
}
|
|
||||||
.country {
|
.country {
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
}
|
}
|
||||||
|
|
@ -159,7 +159,7 @@ const PersonDeets = styled.div`
|
||||||
grid-template-columns: 1fr 1fr;
|
grid-template-columns: 1fr 1fr;
|
||||||
> *:nth-child(2) ~ * {
|
> *:nth-child(2) ~ * {
|
||||||
/* lol */
|
/* lol */
|
||||||
border-block-start: 1px solid var(--vape);
|
border-left: 1px solid var(--vape);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue