Skip to content

Commit ec6fa2d

Browse files
author
Fumito Abe
committed
パートナースマホまで完成
1 parent 8b787e5 commit ec6fa2d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/components/TopPartners.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<v-container>
1414
<div class="row justify-center">
1515

16-
<a class="partner-card col-10 col-sm-6 col-md-4 col-lg-3" href="https://aws.amazon.com/jp/partners/consulting/">
16+
<a class="partner-card col col-md-4 col-lg-3" href="https://aws.amazon.com/jp/partners/consulting/">
1717
<div class="partner-card-logo d-flex justify-center align-center">
1818
<img
1919
src="@/assets/images/partners/aws-logo.svg"
@@ -27,7 +27,7 @@
2727
</div>
2828
</a>
2929

30-
<a class="partner-card col-10 col-sm-6 col-md-4 col-lg-3" href="https://spn.getshifter.io/">
30+
<a class="partner-card col col-md-4 col-lg-3" href="https://spn.getshifter.io/">
3131
<div class="partner-card-logo d-flex justify-center align-center">
3232
<img
3333
src="@/assets/images/partners/shifter-logo.svg"
@@ -115,15 +115,15 @@ h2 {
115115
height: 100%;
116116
background: #fff;
117117
@include media-breakpoint-down(sm) {
118-
margin: 12px;
118+
margin: 6px;
119119
}
120120
.partner-card-logo {
121121
padding-bottom: 64px;
122122
border-bottom: 1px solid $light-gray-1;
123123
img {
124124
max-height: 56px;
125125
@include media-breakpoint-down(sm) {
126-
max-height: 40px;
126+
max-height: 32px;
127127
max-width: 80%;
128128
}
129129
}
@@ -135,7 +135,7 @@ h2 {
135135
border-radius: 0 0 3px 3px;
136136
@include media-breakpoint-down(sm) {
137137
padding: 20px 12px;
138-
min-height: 220px;
138+
min-height: 220px;
139139
}
140140
.partner-company-name {
141141
color: $mid-gray-1;

0 commit comments

Comments
 (0)