Skip to content

Commit

Permalink
Merge pull request #32 from Nexters/revert-29-main
Browse files Browse the repository at this point in the history
Revert "Merge pull request #29 from emost22/main"
  • Loading branch information
emost22 committed May 21, 2023
2 parents 4f599f1 + e9033f3 commit 1f60a80
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions components/footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@
</ul>
</div>
</div>
<div class="sba-promotion" v-show="isShowSbaBanner">
<a href="https://sesacthon-apply.goorm.io" target="_blank">
<img src="https://drive.google.com/uc?export=view&id=1Gtxu9vrt_tUDQCC_XXvDQhYXAmP4izCu" class="sba-img" size="100%"/>
</a>
</div>
<div class="sponsorGuideText">
본 페이지는 Naver Cloud Platform 서버 지원으로 운영되고 있습니다. @NEXTERS 2021
</div>
Expand Down Expand Up @@ -79,7 +74,6 @@ export default defineComponent({
data() {
return {
isSponsorVisible: false,
isShowSbaBanner: this.$route.path !== '/',
};
},
methods: {
Expand Down Expand Up @@ -333,30 +327,5 @@ footer {
}
}
}
.sba-promotion {
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: start;
grid-gap: 2.666666666666667vw;
padding-bottom: 2.666666666666667vw;
.sba-img {
width: 378px;
height: 164px;
@include tablet {
width: 35.26119402985075vw;
height: 15.29850746268657vw;
}
@include mobile {
width: 42.30769230769231vw;
height: 18.35641025641026vw;
}
}
}
}
</style>

0 comments on commit 1f60a80

Please sign in to comment.