init git
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<template>
|
||||
<section class="asan-service">
|
||||
<a href="http://jobs.asan-service.com/" target="_blank">
|
||||
<img src="/images/asan-service.svg" alt="" />
|
||||
</a>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
<script setup></script>
|
||||
|
||||
<style lang="scss">
|
||||
.asan-service {
|
||||
@apply w-full overflow-hidden max-lg:hidden;
|
||||
|
||||
a {
|
||||
img {
|
||||
@apply mx-auto xl:h-[20.6rem] object-contain object-center;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user