Skip to content

Commit dec8fd0

Browse files
committed
Add small size logo
1 parent a0f6989 commit dec8fd0

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

Diff for: _assets/julialangja-smalllogo.png

14.6 KB
Loading

Diff for: _css/julialangja.css

+20
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,26 @@ header.page-header h2 {
99
font-weight: normal;
1010
}
1111

12+
header.page-header img.biglogo {
13+
display: inline;
14+
}
15+
16+
header.page-header img.smalllogo {
17+
display: none;
18+
}
19+
20+
@media (max-width: 800px) {
21+
header.page-header {
22+
height: auto;
23+
}
24+
header.page-header img.biglogo {
25+
display: none;
26+
}
27+
header.page-header img.smalllogo {
28+
display: inline;
29+
}
30+
}
31+
1232
.btn {
1333
padding: 0.75rem 1rem;
1434
display: inline-block;

Diff for: _layout/title.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<header class="page-header" role="banner">
2-
<h1><img src="assets/julialangja-biglogo.png"></h1>
2+
<h1><img class="biglogo" src="assets/julialangja-biglogo.png"><img class="smalllogo" src="assets/julialangja-smalllogo.png"></h1>
33
<h2>JuiaLangJa Discord</h2>
44
<a href="{{fill discord_invite_link}}" class="btn">
55
Join to JuliaLangJa Discord server

0 commit comments

Comments
 (0)