تغییرات

This commit is contained in:
Mehdi104797 2025-04-19 11:24:38 +03:30
parent 74542bbb12
commit 578b4c3d64
4 changed files with 4 additions and 4 deletions

View File

@ -343,7 +343,7 @@ onMounted(() => {
}
}
@media screen and (max-width: 719.99px) {
@media screen and (max-width: 991.99px) {
.fixed {
.my-navbar {
height: 4.8em; // 76px;

View File

@ -31,7 +31,7 @@ const NavigationMenu = defineAsyncComponent(() =>
<navigation-menu></navigation-menu>
<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">
<h1 class="m-0 title">درباره</h1>

View File

@ -33,7 +33,7 @@ const NavigationMenu = defineAsyncComponent(() =>
<navigation-menu></navigation-menu>
<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">
<h1 class="m-0 title">تماس با ما</h1>

View File

@ -31,7 +31,7 @@ const NavigationMenu = defineAsyncComponent(() =>
<navigation-menu></navigation-menu>
<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">
<h1 class="m-0 title">قوانین و مقررات</h1>