Skip to content

Commit 5279f7f

Browse files
authored
Merge pull request TheOdinProject#191 from maznevskia/flex_excercise_3_extra_space
css-exercises/flex/03-flex-header-2/style.css: Removed extra space from style.css
2 parents d4758f5 + 3b4ebbf commit 5279f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flex/03-flex-header-2/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ body {
1919
box-shadow: inset 2px 2px 4px rgba(0,0,0,.5);
2020
border-radius: 50%;
2121
width: 48px;
22-
height: 48px;
22+
height: 48px;
2323
}
2424

2525
.logo {

0 commit comments

Comments
 (0)