import { css } from "@emotion/css"; export const dlReset = css` margin-top: 0; margin-bottom: 0; `; export const ddReset = css` margin-left: 0; `;