mirror of
https://github.com/minio/docs.git
synced 2025-07-31 18:04:52 +03:00
Increase left nav width (#839)
This commit is contained in:
@ -85,7 +85,7 @@ div.sidebar {
|
||||
code {
|
||||
background-color: var(--theme-light-bg);
|
||||
color: var(--text-color);
|
||||
font-size: $font-size-sm;
|
||||
font-size: $font-size-xs;
|
||||
margin: -0.5rem 0;
|
||||
transition: background-color 300ms, color 300ms;
|
||||
padding: 0.2rem 0.45rem;
|
||||
@ -111,7 +111,7 @@ div.sidebar {
|
||||
}
|
||||
|
||||
ul {
|
||||
margin: 0 0 0 1rem;
|
||||
margin: 0 0 0 0.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -59,7 +59,7 @@ $font-weight-bold: 700;
|
||||
$header-light-bg: #031733;
|
||||
|
||||
// Sidebar
|
||||
$sidebar-width: 18rem;
|
||||
$sidebar-width: 19.75rem;
|
||||
|
||||
// Border Radius
|
||||
$border-radius: 0.1875rem;
|
||||
|
Reference in New Issue
Block a user