mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-25 02:46:39 +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 :class="$style.text">
|
||||
<div :class="$style.image">
|
||||
<img src="@/assets/svg/writing.svg" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
|
@ -49,7 +49,7 @@ definePageMeta({ layout: "landing" });
|
|||
grid-template-columns: 2fr 1fr;
|
||||
grid-column-gap: 80px;
|
||||
|
||||
@include desktop {
|
||||
@include tablet {
|
||||
display: flex;
|
||||
flex-direction: column-reverse;
|
||||
}
|
||||
|
@ -62,4 +62,10 @@ definePageMeta({ layout: "landing" });
|
|||
.title {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.image {
|
||||
@include tablet {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue