1 2 3 4 5 6 7 8
import styled from "styled-components"; export const Buttons = styled.div` margin-top: 5%; display: flex; justify-content: space-between; width: 100%; `;
[PATCH repo_name]