Skip to content

Commit a1218c6

Browse files
Match the style of the logo with the menu (#489)
1 parent 153a011 commit a1218c6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

frontend/src/style.scss

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,19 @@ header {
4242
border-bottom: 1px solid darkgray;
4343
min-height: $header_height;
4444

45+
$horizontal_margin: 10px;
46+
4547
div.logo {
4648
display: inline-block;
49+
height: $header_height;
50+
line-height: $header_height;
51+
margin-left: $horizontal_margin;
52+
4753
img {
4854
margin: $header_height * 0.1;
4955
max-height: $header_height * 0.8;
5056
}
57+
5158
a {
5259
color: $default_color;
5360
line-height: $header_height;
@@ -70,7 +77,7 @@ header {
7077
float: right;
7178
height: $header_height;
7279
line-height: $header_height;
73-
margin-right: 10px;
80+
margin-right: $horizontal_margin;
7481
}
7582

7683
input.revision {

0 commit comments

Comments
 (0)