Skip to content

Commit a0a7b8b

Browse files
committed
Shrink header to fit 4 full rows
1 parent 25defcb commit a0a7b8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from "react";
22
import styled from "styled-components";
33

44
const Header = styled.div`
5-
height: 110px;
5+
height: 90px;
66
padding: 20px 20px 0;
77
font-size: 20pt;
88
margin-bottom: 0;

0 commit comments

Comments
 (0)