File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 59
59
</ li >
60
60
{% endfor %}
61
61
</ ul >
62
- < ul class ="navbar-nav ">
62
+ < ul class ="navbar-nav right-icons ">
63
63
< li class ="nav-item "> < a class ="nav-link " href ="{{ site.discord_invite }} " target ="_blank " rel ="noopener ">
64
64
< i class ="fa-brands fa-discord fa-xl "> </ i > </ a > </ li >
65
65
< li class ="nav-item "> < a class ="nav-link " href ="{{ site.github_url }} " target ="_blank " rel ="noopener ">
Original file line number Diff line number Diff line change 13
13
width : 100% ;
14
14
}
15
15
16
- @media (min-width : 576px ) {
16
+ @media (max-width : 575px ) {
17
+ .right-icons {
18
+ display : flex;
19
+ flex-direction : row;
20
+ }
21
+ .right-icons .nav-item {
22
+ margin-right : 15px ;
23
+ }
24
+ }
25
+
26
+ @media (min-width : 575px ) {
17
27
footer li + li ::before {
18
28
content : '•' ;
19
29
margin-right : 0.3rem ;
You can’t perform that action at this time.
0 commit comments