77 <ca-flex col =" xs9 sm9 md9 lg9 xl9" class =" content" >
88 <router-view />
99 <footer class =" pageFooter" >
10- <p >Vanilla Components version 9.0.15</p >
11- <p >React Components version 6.5.2</p >
12- <p >Website last updated on June 20, 2018 at 12:00 AM</p >
13- <p >MIT</p >
10+ <p >The source code is licensed under MIT. </p >
11+ <p >The website content is licensed under CC ANS 4.0.</p >
12+ <a href =" https://github.com/nicholaslee119/carbon-components-vue" >
13+ <img class =" pageFooter__badges" src =" https://img.shields.io/github/stars/nicholaslee119/carbon-components-vue.svg?style=social&label=Stars" />
14+ </a >
1415 </footer >
1516 </ca-flex >
1617 </ca-layout >
@@ -44,11 +45,11 @@ export default {
4445
4546.pageFooter {
4647background :#f4f7fb ;
47- padding :25px 100 px ;
48+ padding :25px 20 px 200 px 20 px ;
4849}
4950
5051.pageFooter p {
51- font-size :10 px ;
52+ font-size :12 px ;
5253margin :5px 0 ;
5354}
5455
@@ -57,4 +58,8 @@ export default {
5758background :#f4f7fb ;
5859border-bottom :1px solid #3057d5
5960}
61+
62+ .pageFooter__badges {
63+ margin-top :20px ;
64+ }
6065 </style >