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.
1 parent 153a011 commit a1218c6Copy full SHA for a1218c6
frontend/src/style.scss
@@ -42,12 +42,19 @@ header {
42
border-bottom: 1px solid darkgray;
43
min-height: $header_height;
44
45
+ $horizontal_margin: 10px;
46
+
47
div.logo {
48
display: inline-block;
49
+ height: $header_height;
50
+ line-height: $header_height;
51
+ margin-left: $horizontal_margin;
52
53
img {
54
margin: $header_height * 0.1;
55
max-height: $header_height * 0.8;
56
}
57
58
a {
59
color: $default_color;
60
line-height: $header_height;
@@ -70,7 +77,7 @@ header {
70
77
float: right;
71
78
height: $header_height;
72
79
73
- margin-right: 10px;
80
+ margin-right: $horizontal_margin;
74
81
75
82
76
83
input.revision {
0 commit comments