Fix: CSS moment

This commit is contained in:
looskie
2021-06-22 14:38:10 -04:00
parent 73cb3451dd
commit e9250230f4

View File

@@ -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;