bravo68web-portfolio-nextjs/components/buymeacoffee.style.jsx

8 lines
119 B
React
Raw Permalink Normal View History

import styled from "styled-components";
export const BMCStyle = styled.div`
2023-06-12 08:03:13 +00:00
.supportFromHome {
bottom: 15px;
}
2023-02-06 15:47:43 +00:00
`;