Skip to content

Commit

Permalink
chore: add a bit of margin bottom for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
kemuru committed Oct 11, 2024
1 parent 07f9f1f commit c0b259e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions web/src/pages/Home/CourtOverview/Header.tsx
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
import React from "react";
import styled from "styled-components";

import { responsiveSize } from "styles/responsiveSize";

import { useNavigate } from "react-router-dom";

import { Button } from "@kleros/ui-components-library";

import Bookmark from "svgs/icons/bookmark.svg";

import { responsiveSize } from "styles/responsiveSize";

const StyledHeader = styled.div`
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 0 12px;
margin-bottom: ${responsiveSize(16, 0)};
`;

const StyledH1 = styled.h1`
Expand Down

0 comments on commit c0b259e

Please sign in to comment.