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

Commit0dcab40

Browse files
author
Joni Palosaari
committed
minor fixes
1 parent425cab6 commit0dcab40

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

‎sources/src/assets/css/main.css‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ body {
1818
padding:0;
1919
}
2020

21+
.b-card-body>a {
22+
color:#fff;
23+
}
24+
2125
.footer-content {
2226
color:#000;
2327
text-align: center;

‎sources/src/components/FeatureBox.vue‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
:id="item.header"
1414
centered>
1515
<imgcenterfluidclass="img-fluid":src="item.img_big"/>
16-
<pstyle="text-align:center;"><a@click="openTab(item.img_big)":href="item.img_big">Open image in new tab</a></p>
16+
<!-- <p><a @click="openTab(item.img_big)" :href="item.img_big">Open image in new tab</a></p>-->
1717
</b-modal>
1818

1919
</div>

‎sources/src/components/TabBox.vue‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<divclass="row">
3-
<b-tabspillsclass="card nav-fill col-xs-12 m-3">
3+
<b-tabspillsclass="card nav-fill col-lg-12 m-3">
44
<b-tabv-for="(tab,index) in data":key="index":title="tab.title"class="p-1">
55
<divid="{tab.title}-standard"class="card-body row">
66
<divv-for="(item,index) in tab.items":key="index"class="link col-md-4">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp