File tree 1 file changed +44
-3
lines changed
1 file changed +44
-3
lines changed Original file line number Diff line number Diff line change @@ -153,8 +153,9 @@ p.info {
153
153
article {
154
154
font-family : $normalfamily ;
155
155
padding-left : 64px ;
156
- margin-top : 30 px ;
156
+ margin-top : 10 px ;
157
157
padding-bottom : 5px ;
158
+ min-height : 64px ;
158
159
h2 {
159
160
font-family : $titlefamily ;
160
161
font-size : 24px ;
@@ -182,15 +183,17 @@ p.info {
182
183
display : none ;
183
184
border : none ;
184
185
}
185
- & :hover .btn-edit , & :hover .btn-delete {
186
+ & :hover > .btn-edit , & :hover > .btn-delete {
186
187
display : inline-block ;
187
188
}
188
189
}
189
190
article .dvd {
190
191
background : url (" dvd.png" ) no-repeat ;
192
+ margin-top : 20px ;
191
193
}
192
194
article .video {
193
195
background : url (" video.png" ) no-repeat ;
196
+ margin-top : 20px ;
194
197
}
195
198
article .person {
196
199
background : url (" actor.png" ) no-repeat ;
@@ -213,7 +216,6 @@ p.info {
213
216
}
214
217
}
215
218
}
216
-
217
219
#content .imdb {
218
220
border : 3px double $mainblue ;
219
221
float : right ;
@@ -222,3 +224,42 @@ p.info {
222
224
font-style : normal ;
223
225
}
224
226
}
227
+
228
+ @media screen and (max-width : 650px ) {
229
+ hgroup {
230
+ height : auto ;
231
+ h1 {
232
+ display : block ;
233
+ width : 100% ;
234
+ text-align : center ;
235
+ margin : 0 ;
236
+ padding-top : 10px ;
237
+ }
238
+ nav {
239
+ display : block ;
240
+ width : 100% ;
241
+ text-align : center ;
242
+ margin : 0 ;
243
+ }
244
+ nav a :first-child {
245
+ margin-left : 0 ;
246
+ }
247
+ nav a {
248
+ height : 40px ;
249
+ }
250
+ }
251
+ #center-content , #content {
252
+ width : 90% ;
253
+ div .mainarea , div .optionsarea {
254
+ display : block ;
255
+ width : auto ;
256
+ }
257
+ div .optionsarea a {
258
+ display : inline-block ;
259
+ }
260
+ .imdb {
261
+ float : none ;
262
+ width : auto ;
263
+ }
264
+ }
265
+ }
You can’t perform that action at this time.
0 commit comments