mirror of
https://github.com/NohamR/lanyard-profile-readme.git
synced 2026-05-26 13:41:32 +00:00
Fix: CSS moment
This commit is contained in:
@@ -147,6 +147,7 @@ const Link = styled.div`
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
scrollbar-width: thin;
|
scrollbar-width: thin;
|
||||||
|
margin: 0 auto 10px auto;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const Example = styled.img`
|
const Example = styled.img`
|
||||||
@@ -168,7 +169,7 @@ const LinkContainer = styled.div`
|
|||||||
|
|
||||||
const StupidBtn = styled.button`
|
const StupidBtn = styled.button`
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 2em;
|
right: 1em;
|
||||||
background: #222;
|
background: #222;
|
||||||
padding: 5px 18px;
|
padding: 5px 18px;
|
||||||
border: none;
|
border: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user