mirror of
https://github.com/minio/docs.git
synced 2025-07-30 07:03:26 +03:00
@ -435,10 +435,13 @@
|
||||
margin-bottom: 5rem;
|
||||
}
|
||||
|
||||
.docs-menu-wrapper {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.docs-menu {
|
||||
max-width: 650px;
|
||||
display: inline-flex;
|
||||
margin: 0 auto;
|
||||
width: 100%;
|
||||
|
||||
& > a {
|
||||
display: flex;
|
||||
@ -446,7 +449,8 @@
|
||||
justify-content: center;
|
||||
color: $black;
|
||||
white-space: nowrap;
|
||||
padding: 0 1.5rem;
|
||||
padding: 0 2rem;
|
||||
min-width: 7rem;
|
||||
|
||||
&:hover {
|
||||
color: $theme-red;
|
||||
|
@ -28,8 +28,8 @@
|
||||
|
||||
<h2 class="header__title hidden-rm">Documentation</h2>
|
||||
|
||||
<div class="overflow-x-auto hide-scrollbar mb-20">
|
||||
<nav class="docs-menu bg-white/75 flex items-center rounded-lg font-heading border p-0.5 border-theme-neutral-subtle">
|
||||
<div class="docs-menu-wrapper overflow-x-auto hide-scrollbar mb-20 text-center">
|
||||
<nav class="docs-menu bg-white/75 inline-flex items-center rounded-lg font-heading border p-0.5 border-theme-neutral-subtle">
|
||||
{% for doc in docs %}
|
||||
{% set current_name = doc.name if doc.current == True %}
|
||||
<a target="{% if doc.external == True %}_blank{% endif %}" class="{% if doc.current == True %}active{% endif %} flex-1 rounded-md shrink-0 h-14 border border-transparent font-bold transition-all duration-300 hover:text-theme-red [&.active]:text-theme-red [&.active]:border-theme-red" href="{{ doc.url }}">
|
||||
|
Reference in New Issue
Block a user