File tree 2 files changed +15
-11
lines changed
2 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 3
3
4
4
< head >
5
5
< title > NeoCortexAPI</ title >
6
+ < meta name ="viewport " content ="width=device-width,initial-scale=1 ">
6
7
< link href ="./style.css " type ="text/css " rel ="stylesheet ">
7
8
< link rel ="shortcut icon " href ="favicon.png " type ="image/x-icon ">
8
9
</ head >
Original file line number Diff line number Diff line change @@ -137,12 +137,16 @@ a {
137
137
138
138
.navigation {
139
139
display : flex;
140
- flex-direction : row;
141
- flex-wrap : wrap;
142
- justify-content : space-between;
140
+ flex-direction : column;
141
+ flex-wrap : nowrap;
142
+ flex-grow : 1 ;
143
+
143
144
align-items : center;
144
145
margin : 1rem ;
145
146
}
147
+ .navigation > * {
148
+ width : 100% ;
149
+ }
146
150
147
151
.tile {
148
152
border : solid 0.08rem # d3d3d3 ;
170
174
171
175
.furtherinfo {
172
176
display : flex;
173
- flex-direction : row;
174
- flex-wrap : wrap;
175
- justify-content : space-between;
177
+ flex-direction : column;
178
+
176
179
margin-bottom : 2rem ;
177
- align-items : center;
178
180
width : 90% ;
179
181
}
180
182
@@ -191,18 +193,19 @@ a {
191
193
font-size : 2rem ;
192
194
}
193
195
194
- @media ( max -width: 750px ) {
196
+ @media screen and ( min -width: 750px ) {
195
197
.navigation {
196
- flex-direction : column;
198
+ flex-direction : row;
199
+ justify-content : space-between;
197
200
}
198
201
199
202
.tile {
200
203
width : 50% ;
201
204
}
202
205
203
206
.furtherinfo {
204
- flex-direction : column ;
205
- align-items : center ;
207
+ flex-direction : row ;
208
+ justify-content : space-between ;
206
209
}
207
210
208
211
.gifexample {
You can’t perform that action at this time.
0 commit comments