Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -53,7 +53,7 @@ class _PoemDetailPageState extends State<PoemDetailPage> { | ... | @@ -53,7 +53,7 @@ class _PoemDetailPageState extends State<PoemDetailPage> { |
| 53 | children: [ | 53 | children: [ |
| 54 | Container( | 54 | Container( |
| 55 | margin: const EdgeInsets.symmetric( | 55 | margin: const EdgeInsets.symmetric( |
| 56 | - vertical: 40.0, horizontal: 25.0), | 56 | + vertical: 40.0, horizontal: 20.0), |
| 57 | height: 240.0, | 57 | height: 240.0, |
| 58 | width: double.infinity, | 58 | width: double.infinity, |
| 59 | decoration: BoxDecoration( | 59 | decoration: BoxDecoration( | ... | ... |
-
Please register or login to post a comment