Skip to content

Commit b46453a

Browse files
author
Fumito Abe
committed
トップコンタクト部分幅調整
1 parent cb0e9af commit b46453a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/components/TopNewsContact.vue

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,20 @@
3737

3838
<div class="container top-contact-form-container">
3939
<v-row>
40-
<v-col cols="12" md="4" lg="3">
40+
41+
<v-col cols="12" md="4" lg="4">
4142
<h2 class="p-top-contact--title">
4243
Contact<span>お問い合わせ</span>
4344
</h2>
4445
<p class="p-top-contact--paragraph">
4546
AWS<small>(アマゾンウェブサービス)</small>などを利用したサーバーレスアプリケーションの設計・開発・保守運用等について<br>お困りの方は、こちらのフォームから気軽にお問い合わせください。2〜3営業日以内にメールで返信いたします。
4647
</p>
4748
</v-col>
48-
<v-col cols="12" md="8" lg="9">
49+
50+
<v-col cols="12" md="8" lg="8">
4951
<top-contact-form />
5052
</v-col>
53+
5154
</v-row>
5255
</div>
5356

@@ -166,7 +169,7 @@ export default {
166169
167170
.p-top-contact--container {
168171
@include media-breakpoint-up(md) {
169-
width: 105% !important;
172+
width: 110% !important;
170173
}
171174
@include media-breakpoint-up(lg) {
172175
width: 100% !important;

0 commit comments

Comments
 (0)