Skip to content

Commit df63d58

Browse files
authored
Merge pull request #317 from skohub-io/301-lang-switch
Adjust styling of language selection
2 parents c778e8a + 88c467d commit df63d58

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/components/header.jsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,17 +66,17 @@ const Header = ({ siteTitle }) => {
6666
padding: 0;
6767
list-style: none;
6868
display: inline-block;
69-
width: 80px;
7069
text-align: right;
7170
7271
li {
73-
margin: 0 0 0 5px;
7472
display: inline;
7573
7674
button {
7775
background: none;
76+
width: 2rem;
77+
height: 2rem;
7878
display: inline-block;
79-
padding: 5px;
79+
margin: 2px;
8080
color: ${config.colors.skoHubMiddleGrey};
8181
border: 1px solid ${config.colors.skoHubMiddleGrey};
8282
border-radius: 30px;
@@ -91,7 +91,6 @@ const Header = ({ siteTitle }) => {
9191
color: black;
9292
font-weight: bold;
9393
display: inline-block;
94-
padding: 5px;
9594
border: 1px solid ${config.colors.skoHubLightColor};
9695
border-radius: 30px;
9796
}

0 commit comments

Comments
 (0)