Skip to content

Commit 4416403

Browse files
committed
header fixes
1 parent ffcd175 commit 4416403

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

assets/css/styles.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front/src/styles/layout.scss

+12
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,20 @@
4747
display: flex;
4848
position: relative;
4949
padding: $space-smaller;
50+
margin-bottom: 0;
5051
background-color: $yellow;
5152
z-index: 20;
53+
.level-left {
54+
.site-logo {
55+
a {
56+
display: flex;
57+
align-items: center;
58+
img {
59+
width: 70px;
60+
}
61+
}
62+
}
63+
}
5264
.level-right {
5365
margin-top: 0;
5466
.icon {

0 commit comments

Comments
 (0)