File tree Expand file tree Collapse file tree 3 files changed +21
-1
lines changed
Expand file tree Collapse file tree 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 {
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;
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments