Skip to content

Commit 1cd3a8b

Browse files
Header size
1 parent 8bf7eda commit 1cd3a8b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ body {
4444
}
4545
#header {
4646
width: 80%;
47-
height: 48px;
47+
height: 40px;
4848
display: flex;
4949
align-items: center;
5050
background: white;
@@ -55,12 +55,12 @@ body {
5555
}
5656
#header .image {
5757
cursor: pointer;
58-
width: 250px;
58+
width: 200px;
5959
}
6060
#header .spacer {
6161
flex-grow: 1;
6262
}
63-
.text-button {
63+
#header .text-button {
6464
cursor: pointer;
6565
margin: 18px;
6666
margin-top: 0px;

0 commit comments

Comments
 (0)