导航栏对齐顺风左右不相等

Posted

技术标签:

【中文标题】导航栏对齐顺风左右不相等【英文标题】:nav bar alignment tailwind left and right not equal 【发布时间】:2021-08-01 20:31:02 【问题描述】:

这是导航栏的图像

这是我的代码:

<nav class="Vdark-2 shadow-xl">
  <div class="container mx-28 ">
    <div class="relative flex items-center h-16 justify-between">
      <div class="Vwhite-text text-4xl ml-10 myfont text-left">The Name of my website</div>

      <div class="text-right">
        <span class="Vwhite-text text-xl myfont mx-10">Home</span>
        <span class="Vwhite-text text-xl myfont mx-10">________</span>
        <span class="Vwhite-text text-xl myfont ml-10">______</span>
      </div>
    </div>
  </div>
</nav>

我的问题是,为什么两边不相等?

【问题讨论】:

【参考方案1】:

您的边距有一个固定值,因此您的容器不会自动居中

&lt;div class="container mx-28 "&gt; 更改为&lt;div class="container mx-auto"&gt;

应该做的伎俩

【讨论】:

以上是关于导航栏对齐顺风左右不相等的主要内容,如果未能解决你的问题,请参考以下文章

导航栏顺风在 xl 处不会消失

导航栏上的 CSS 对齐问题

Bootstrap 3 - 导航栏内容的垂直对齐

Xcode 导航栏按钮对齐

SwiftUI - 设置状态栏背景颜色以与导航栏对齐

IOS - 垂直对齐导航栏中的后退按钮