File tree Expand file tree Collapse file tree 3 files changed +64
-1
lines changed Expand file tree Collapse file tree 3 files changed +64
-1
lines changed Original file line number Diff line number Diff line change 38
38
</div >
39
39
<div class =" block-create-app-row block-create-app-text " >
40
40
<img class="block-create-app-github" src="/img/icons/icon--github.png" />
41
- Interested by the big picture? Check a <span class="block-link"><a href="https://github.com/akeneo/demo-app">PHP App example.</a></span>
41
+ <p> Interested by the big picture? Check a <span class="block-link"><a href="https://github.com/akeneo/demo-app">PHP App example.</a></span></p >
42
42
</div >
43
43
</div >
Original file line number Diff line number Diff line change 118
118
font-size : 20px ;
119
119
line-height : 24px ;
120
120
margin : 44px 0 38px 0 ;
121
+ p {
122
+ margin : 0 ;
123
+ }
121
124
}
122
125
123
126
.block-create-app-github {
124
127
width : 36px ;
125
128
margin-right : 17px ;
126
129
}
130
+
131
+
132
+ @media only screen and (max-width : 820px ) {
133
+ .block-about-app img {
134
+ display : none ;
135
+ }
136
+
137
+ .arrow-back img {
138
+ margin-top : 42px ;
139
+ margin-left : 10px ;
140
+ margin-right : 10px ;
141
+ align-items : center ;
142
+ width : 12px ;
143
+ transform : rotate (180deg );
144
+ }
145
+
146
+ .next-steps-button-number {
147
+ padding-top : 2px ;
148
+ font-size : 58px ;
149
+ }
150
+
151
+ .next-steps-button-text {
152
+ font-size : 17px ;
153
+ }
154
+
155
+ .block-create-app-github {
156
+ width : 36px ;
157
+ margin-left : 17px ;
158
+ }
159
+
160
+ .block-create-app-title {
161
+ margin-left : 17px ;
162
+ }
163
+ }
Original file line number Diff line number Diff line change @@ -259,3 +259,29 @@ ul.nav ul {
259
259
.search-bar {
260
260
width : 100% ;
261
261
}
262
+
263
+ @media only screen and (max-width : 820px ) {
264
+ .search-bar-form {
265
+ width : 100% ;
266
+ }
267
+
268
+ element .style {
269
+ position : absolute ;
270
+ top : 100% ;
271
+ z-index : 100 ;
272
+ left : 0px ;
273
+ right : auto ;
274
+ display : none ;
275
+ }
276
+ .algolia-autocomplete.algolia-autocomplete-right .ds-dropdown-menu {
277
+ right : 0 !important ;
278
+ left : inherit !important ;
279
+ }
280
+ .form-group.form-search span {
281
+ width : 100% ;
282
+ }
283
+ #algolia-autocomplete-listbox-0 {
284
+ min-width : 100% ;
285
+ max-width : 100% ;
286
+ }
287
+ }
You can’t perform that action at this time.
0 commit comments