mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-25 02:46:39 +07:00
fixed contact page mobile view
This commit is contained in:
parent
387fa7ce1b
commit
9899659dd3
3 changed files with 20 additions and 7 deletions
|
@ -27,6 +27,8 @@ onMounted(() => (mail.value = atob(contacts.email)));
|
|||
</script>
|
||||
|
||||
<style lang="scss" module>
|
||||
@import "@/assets/css/mixins";
|
||||
|
||||
.grid {
|
||||
width: auto;
|
||||
display: grid;
|
||||
|
@ -34,5 +36,9 @@ onMounted(() => (mail.value = atob(contacts.email)));
|
|||
gap: 16px;
|
||||
align-items: flex-start;
|
||||
justify-content: flex-start;
|
||||
|
||||
@include phone {
|
||||
justify-content: stretch;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -28,6 +28,7 @@ const openWindow = () => window.open(props.href);
|
|||
.row {
|
||||
cursor: pointer;
|
||||
padding: 10px 20px 10px 14px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.grid {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue