File tree 3 files changed +21
-1
lines changed
3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,26 @@ header.page-header h2 {
9
9
font-weight : normal;
10
10
}
11
11
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
+
12
32
.btn {
13
33
padding : 0.75rem 1rem ;
14
34
display : inline-block;
Original file line number Diff line number Diff line change 1
1
< 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 >
3
3
< h2 > JuiaLangJa Discord</ h2 >
4
4
< a href ="{{fill discord_invite_link}} " class ="btn ">
5
5
Join to JuliaLangJa Discord server
You can’t perform that action at this time.
0 commit comments