تغییرات
This commit is contained in:
parent
74542bbb12
commit
578b4c3d64
|
@ -343,7 +343,7 @@ onMounted(() => {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 719.99px) {
|
@media screen and (max-width: 991.99px) {
|
||||||
.fixed {
|
.fixed {
|
||||||
.my-navbar {
|
.my-navbar {
|
||||||
height: 4.8em; // 76px;
|
height: 4.8em; // 76px;
|
||||||
|
|
|
@ -31,7 +31,7 @@ const NavigationMenu = defineAsyncComponent(() =>
|
||||||
<navigation-menu></navigation-menu>
|
<navigation-menu></navigation-menu>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="page-header pt-10 md:pt-38 pb-4 flex justify-between items-center"
|
class="page-header pt-10 md:pt-10 lg:pt-38 pb-4 flex justify-between items-center"
|
||||||
>
|
>
|
||||||
<div class="flex items-center">
|
<div class="flex items-center">
|
||||||
<h1 class="m-0 title">درباره</h1>
|
<h1 class="m-0 title">درباره</h1>
|
||||||
|
|
|
@ -33,7 +33,7 @@ const NavigationMenu = defineAsyncComponent(() =>
|
||||||
<navigation-menu></navigation-menu>
|
<navigation-menu></navigation-menu>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="page-header pt-10 md:pt-38 pb-4 flex justify-between items-center"
|
class="page-header pt-10 md:pt-10 lg:pt-38 pb-4 flex justify-between items-center"
|
||||||
>
|
>
|
||||||
<div class="flex items-center">
|
<div class="flex items-center">
|
||||||
<h1 class="m-0 title">تماس با ما</h1>
|
<h1 class="m-0 title">تماس با ما</h1>
|
||||||
|
|
|
@ -31,7 +31,7 @@ const NavigationMenu = defineAsyncComponent(() =>
|
||||||
<navigation-menu></navigation-menu>
|
<navigation-menu></navigation-menu>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="page-header pt-10 md:pt-38 pb-4 flex justify-between items-center"
|
class="page-header pt-10 md:pt-10 lg:pt-38 pb-4 flex justify-between items-center"
|
||||||
>
|
>
|
||||||
<div class="flex items-center">
|
<div class="flex items-center">
|
||||||
<h1 class="m-0 title">قوانین و مقررات</h1>
|
<h1 class="m-0 title">قوانین و مقررات</h1>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user