File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -88,13 +88,15 @@ body {
88
88
89
89
.repo-container {
90
90
display : grid;
91
- grid-template-columns : repeat (2 , 1fr );
91
+ grid-template-columns : repeat (3 , 1fr );
92
92
gap : 0px ;
93
93
}
94
94
95
- @media (min -width: 960 px ) {
95
+ @media (max -width: 768 px ) {
96
96
.repo-container {
97
- grid-template-columns : repeat (3 , 1fr );
97
+ width : 90% ;
98
+ max-width : 90% ;
99
+ grid-template-columns : repeat (2 , 1fr );
98
100
}
99
101
}
100
102
Original file line number Diff line number Diff line change 1
1
< script src ="js/uikit.min.js "> </ script >
2
2
< script src ="js/uikit-icons.min.js "> </ script >
3
3
< script src ="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js "> </ script >
4
- <!--< script src="js/github.js"></script>-- >
4
+ < script src ="js/github.js "> </ script >
5
5
6
6
< section id ="libraries " class ="container content-section text-center ">
7
7
< div class ="row ">
8
8
< div class ="col-lg-8 col-lg-offset-2 ">
9
9
< h2 > Libraries</ h2 >
10
10
< hr />
11
- <!--< div class="repo-container" id="repo-box"></div>-- >
11
+ < div class ="repo-container " id ="repo-box "> </ div >
12
12
< hr />
13
13
</ div >
14
14
</ div >
You can’t perform that action at this time.
0 commit comments