mirror of
https://git.hmsn.ink/kospo/svcm/dmz.git
synced 2026-03-20 01:22:33 +09:00
모바일 태블릿 대응
This commit is contained in:
@@ -45,6 +45,16 @@ watchEffect(() => {
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
|
||||||
|
@media (width <= 768px) {
|
||||||
|
.navbar-brand {
|
||||||
|
.navbar-item {
|
||||||
|
max-width: 80%;
|
||||||
|
padding: 0.5rem 1.75rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
.hero {
|
.hero {
|
||||||
.navbar {
|
.navbar {
|
||||||
top: 15px;
|
top: 15px;
|
||||||
|
|||||||
@@ -368,6 +368,12 @@ useHead({
|
|||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (width <= 768px) {
|
||||||
|
.top-tools {
|
||||||
|
margin-top: 1rem !important;
|
||||||
|
margin-bottom: 3rem !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
.top-tools {
|
.top-tools {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -734,9 +740,9 @@ useHead({
|
|||||||
inset-inline-end: 44px;
|
inset-inline-end: 44px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-form {
|
//.is-form {
|
||||||
padding-top: 100px;
|
// padding-top: 100px;
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -529,7 +529,11 @@ useHead({
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 65px;
|
height: 65px;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
|
@media (width <= 768px) {
|
||||||
|
.signup-nav-inner {
|
||||||
|
padding: 0 3rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
.signup-nav-inner {
|
.signup-nav-inner {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -1258,7 +1262,11 @@ useHead({
|
|||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
margin: 7px auto 10px;
|
margin: 7px auto 10px;
|
||||||
}
|
}
|
||||||
|
@media (hover: none) and (pointer: coarse) {
|
||||||
|
.username-form {
|
||||||
|
padding-top: 140px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
.username-form {
|
.username-form {
|
||||||
padding-top: 80px;
|
padding-top: 80px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,7 +4,11 @@
|
|||||||
--transform-direction: 1;
|
--transform-direction: 1;
|
||||||
zoom:1.4;
|
zoom:1.4;
|
||||||
}
|
}
|
||||||
|
@media (hover: none) and (pointer: coarse) {
|
||||||
|
:root {
|
||||||
|
zoom:1.3 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
[dir='rtl'] {
|
[dir='rtl'] {
|
||||||
--transform-direction: -1;
|
--transform-direction: -1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user