Skip to content

Commit 2483c09

Browse files
committed
centered about component
1 parent cdcf391 commit 2483c09

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/components/About/styles.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
.about {
44
min-width: 421px;
55
max-width: 600px;
6-
margin: auto 20px;
6+
margin: auto;
77
display: flex;
88
justify-content: center;
99
align-items: center;
10-
width: 90%;
10+
width: 100%;
1111
height: 100%;
1212
}
1313

0 commit comments

Comments
 (0)