We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c778e8a + 88c467d commit df63d58Copy full SHA for df63d58
src/components/header.jsx
@@ -66,17 +66,17 @@ const Header = ({ siteTitle }) => {
66
padding: 0;
67
list-style: none;
68
display: inline-block;
69
- width: 80px;
70
text-align: right;
71
72
li {
73
- margin: 0 0 0 5px;
74
display: inline;
75
76
button {
77
background: none;
+ width: 2rem;
+ height: 2rem;
78
79
- padding: 5px;
+ margin: 2px;
80
color: ${config.colors.skoHubMiddleGrey};
81
border: 1px solid ${config.colors.skoHubMiddleGrey};
82
border-radius: 30px;
@@ -91,7 +91,6 @@ const Header = ({ siteTitle }) => {
91
color: black;
92
font-weight: bold;
93
94
95
border: 1px solid ${config.colors.skoHubLightColor};
96
97
}
0 commit comments