Skip to content

Commit 7c26ba3

Browse files
committed
style: fix alignment
1 parent f431ed7 commit 7c26ba3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

042-live user filter/style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,19 @@ body {
88
background-color: #f8f9fd;
99
font-family: "Roboto", sans-serif;
1010
display: flex;
11-
align-items: center;
11+
align-items: start;
1212
justify-content: center;
1313
height: 100vh;
1414
overflow: hidden;
15+
padding: 20px 10px;
1516
margin: 0;
1617
}
1718

1819
.container {
1920
border-radius: 5px;
2021
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
2122
overflow: hidden;
22-
width: 300px;
23+
max-width: 300px;
2324
}
2425

2526
.title {

0 commit comments

Comments
 (0)