footer mobile
This commit is contained in:
parent
bcbd27cf21
commit
9a97bf98f6
1 changed files with 22 additions and 0 deletions
|
|
@ -128,5 +128,27 @@ const currentYear = computed(() => {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
@include mobile() {
|
||||
.info-button {
|
||||
img {
|
||||
width: mobile-vw(30px);
|
||||
}
|
||||
}
|
||||
.info {
|
||||
gap: mobile-vw(10px);
|
||||
|
||||
.window {
|
||||
&.close {
|
||||
padding: mobile-vw(9px);
|
||||
border-radius: mobile-vw(16px);
|
||||
}
|
||||
&.content {
|
||||
border-radius: mobile-vw(10px);
|
||||
width: calc(100vw - (2 * var(--layout-margin)));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue