Skip to content

Commit 16d2071

Browse files
authored
Merge pull request #46 from BeevMan/main
Added missing width rule to .card
2 parents 074e5fa + e8f28f5 commit 16d2071

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flex/07-flex-layout-2/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ body {
2525
border: 1px solid #eee;
2626
box-shadow: 2px 4px 16px rgba(0,0,0,.06);
2727
border-radius: 4px;
28-
}
28+
width: 300px;
29+
}

0 commit comments

Comments
 (0)