File tree Expand file tree Collapse file tree 3 files changed +10
-30
lines changed
source/_themes/wazuh_doc_theme_v3 Expand file tree Collapse file tree 3 files changed +10
-30
lines changed Original file line number Diff line number Diff line change 18
18
</ nav >
19
19
</ header >
20
20
< div id ="large-search-box ">
21
- < div class ="outer- container ">
22
- < div class ="container ">
21
+ < div class ="container ">
22
+ < div class ="inner- container ">
23
23
< div class ="h2 title ">
24
24
Documentation < span class ="text-bold "> Index</ span >
25
25
</ div >
Original file line number Diff line number Diff line change @@ -79,10 +79,9 @@ header {
79
79
margin-right : auto ;
80
80
}
81
81
82
- .outer -container {
82
+ .inner -container {
83
83
width : 100% ;
84
84
overflow : hidden ;
85
- margin-top : 30px ;
86
85
margin-left : auto ;
87
86
margin-right : auto ;
88
87
border-radius : 26px ;
@@ -97,31 +96,10 @@ header {
97
96
display : flex ;
98
97
min-height : 200px ;
99
98
align-items : center ;
100
- flex-direction : row ;
99
+ flex-direction : column ;
101
100
margin-bottom : 30px ;
102
- @include media-max (lg) {
103
- margin-top : 25px ;
104
- }
105
- @include media-max (sm) {
106
- max-width : calc (100% - 30px );
107
- }
108
- @include media-only (sm, md) {
109
- max-width : calc (97% - 64px );
110
- }
111
- @include media-only (md, lg) {
112
- max-width : calc (90% - 24px );
113
- }
114
- @include media-min (lg) {
115
- max-width : calc (97% - 24px );
116
- }
117
- @include media-min (xxl) {
118
- max-width : 1520px ;
119
- }
120
- @include media-only (wzh- xl,xxl) {
121
- max-width : 94% ;
122
- }
123
- @include media-only (xl, wzh- xl) {
124
- max-width : 1156px ;
101
+ @include media-min (xl) {
102
+ margin-top : 30px ;
125
103
}
126
104
.container {
127
105
@include media-max (sm) {
@@ -161,11 +139,13 @@ header {
161
139
margin-left : auto ;
162
140
border-radius : 20px ;
163
141
border-width : 1px ;
142
+ width : 90% ;
143
+ max-width : calc (100% - 60px );
164
144
@include media-only (sm, xxl){
165
145
max-width : 80% ;
166
146
}
167
147
@include media-min (xxl){
168
- max-width : 984 px ;
148
+ max-width : 800 px ;
169
149
}
170
150
.form-control {
171
151
box-shadow : none ;
You can’t perform that action at this time.
0 commit comments