Skip to content

Commit a524cea

Browse files
committed
Change avatars
1 parent 9dc2180 commit a524cea

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

style.css

+6-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ body {
1919
}
2020

2121
span {
22-
padding: 15px;
22+
padding-right: 15px;
23+
padding-left: 15px;
2324
}
2425

2526
.container {
@@ -71,6 +72,10 @@ input {
7172
monospace;
7273
}
7374

75+
.avatar {
76+
height: 25px;
77+
}
78+
7479
.response {
7580
display: flex;
7681
align-items: center;

0 commit comments

Comments
 (0)