File tree 2 files changed +9
-7
lines changed
practicals/stacks/option3/public
2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -133,8 +133,9 @@ html {
133
133
position : relative;
134
134
}
135
135
# create-todo input {
136
- margin-top : 20px ;
137
- width : 466px ;
136
+ margin-top : 20px ;
137
+ width : 80% ;
138
+ min-width : 285px ;
138
139
font-size : 24px ;
139
140
font-family : inherit;
140
141
line-height : 1.4em ;
@@ -243,8 +244,8 @@ html {
243
244
visibility : hidden;
244
245
}
245
246
# todo-stats .todo-count {
246
- font-size : 14px ;
247
- font-weight : normal;
247
+ font-size : 14px ;
248
+ font-weight : normal;
248
249
float : left;
249
250
}
250
251
# todo-stats .todo-count .number {
@@ -420,8 +421,10 @@ html {
420
421
421
422
}
422
423
423
- @media only screen and (min-width : 768px ) {
424
-
424
+ @media only screen and (max-width : 768px ) {
425
+ # todoapp {
426
+ width : 85% ;
427
+ }
425
428
}
426
429
427
430
Original file line number Diff line number Diff line change @@ -142,7 +142,6 @@ $(function(){
142
142
clear : function ( ) {
143
143
this . model . destroy ( ) ;
144
144
}
145
-
146
145
} ) ;
147
146
148
147
// The Application
You can’t perform that action at this time.
0 commit comments