mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-24 18:36:41 +07:00
hid the image on contacts for laptops
This commit is contained in:
parent
f47db1fd50
commit
3b7e09d978
1 changed files with 8 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div :class="$style.text">
|
<div :class="$style.image">
|
||||||
<img src="@/assets/svg/writing.svg" alt="" />
|
<img src="@/assets/svg/writing.svg" alt="" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -49,7 +49,7 @@ definePageMeta({ layout: "landing" });
|
||||||
grid-template-columns: 2fr 1fr;
|
grid-template-columns: 2fr 1fr;
|
||||||
grid-column-gap: 80px;
|
grid-column-gap: 80px;
|
||||||
|
|
||||||
@include desktop {
|
@include tablet {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column-reverse;
|
flex-direction: column-reverse;
|
||||||
}
|
}
|
||||||
|
@ -62,4 +62,10 @@ definePageMeta({ layout: "landing" });
|
||||||
.title {
|
.title {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.image {
|
||||||
|
@include tablet {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue