Skip to content

Commit

Permalink
컨테이너 width 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
chihyeonwon committed Mar 13, 2023
1 parent c3d9e8e commit 02565ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/top.dart
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class _TopState extends State<Top> {
),
child: Container(
height: 200,
width: 190,
width: 180,
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Expand Down Expand Up @@ -107,7 +107,7 @@ class _TopState extends State<Top> {
),
child: Container(
height: 200,
width: 190,
width: 180,
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Expand Down

0 comments on commit 02565ab

Please sign in to comment.