Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitae66784

Browse files
adjust footer
1 parentcac2249 commitae66784

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

‎src/views/Frame.vue

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77
<ca-flexcol="xs9 sm9 md9 lg9 xl9"class="content">
88
<router-view/>
99
<footerclass="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+
<ahref="https://github.com/nicholaslee119/carbon-components-vue">
13+
<imgclass="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 {
4647
background:#f4f7fb;
47-
padding:25px100px;
48+
padding:25px20px200px20px;
4849
}
4950
5051
.pageFooterp {
51-
font-size:10px;
52+
font-size:12px;
5253
margin:5px0;
5354
}
5455
@@ -57,4 +58,8 @@ export default {
5758
background:#f4f7fb;
5859
border-bottom:1pxsolid#3057d5
5960
}
61+
62+
.pageFooter__badges {
63+
margin-top:20px;
64+
}
6065
</style>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp