File tree 2 files changed +18
-3
lines changed
2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,9 @@ <h2>{{ site.title }}</h2>
8
8
</ div >
9
9
</ div >
10
10
</ footer >
11
+
12
+ < script src ="https://code.jquery.com/jquery-3.2.1.slim.min.js " integrity ="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN " crossorigin ="anonymous "> </ script >
13
+
14
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js " integrity ="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4 " crossorigin ="anonymous "> </ script >
15
+
16
+ < script src ="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js " integrity ="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1 " crossorigin ="anonymous "> </ script >
Original file line number Diff line number Diff line change @@ -20,20 +20,19 @@ nav.navbar {
20
20
21
21
ul .navbar-nav {
22
22
margin : 0 ;
23
- height : 48px ;
24
23
float : left ;
25
24
width : 100% ;
26
25
}
27
26
28
27
ul .navbar-nav li {
29
28
padding : 0 ;
30
- margin : 0 ;
31
29
width : 150px ;
30
+ margin : 0 ;
32
31
float : left ;
33
32
}
34
33
35
34
ul .navbar-nav li a {
36
- width : 150 px ;
35
+ width : 100 % ;
37
36
text-align : center ;
38
37
color : #FFFFFF !important ;
39
38
font-weight : bold ;
@@ -86,3 +85,13 @@ article.post, div.home {
86
85
a .no-underline {
87
86
text-decoration : none ;
88
87
}
88
+
89
+ .card {
90
+ margin-bottom : 10px ;
91
+ }
92
+
93
+ @media (max-width : 768px ) {
94
+ ul .navbar-nav li {
95
+ width : auto ;
96
+ }
97
+ }
You can’t perform that action at this time.
0 commit comments