File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 23
23
< body >
24
24
< header class ="navbar navbar-dark navbar-expand bg-dark flex-md-nowrap p-0 shadow sticky-header ">
25
25
< a class ="navbar-brand col-sm-3 col-md-2 mr-0 " href ="/ "> {{ site.title }}</ a >
26
- < form class ="w-100 " action ="/search " method ="get ">
26
+ < form class ="w-100 d-none d-md-flex " action ="/search " method ="get ">
27
27
< input class ="form-control form-control-dark " type ="text " placeholder ="Search " aria-label ="Search " name ="q ">
28
28
</ form >
29
29
Original file line number Diff line number Diff line change @@ -124,15 +124,13 @@ code {
124
124
}
125
125
}
126
126
127
- // Content
128
127
[role = " main" ] {
129
- padding-top : 133px ; /* Space for fixed navbar */
128
+ padding-top : 10px ; /* Space for fixed navbar */
129
+ overflow-wrap : break-word ;
130
130
order : 1 ;
131
- }
132
131
133
- @media (min-width : 768px ) {
134
- [role = " main" ] {
135
- padding-top : 48px ; /* Space for fixed navbar */
132
+ @media (min-width : 768px ) {
133
+ padding-top : 133px ;
136
134
}
137
135
}
138
136
You can’t perform that action at this time.
0 commit comments