Skip to content

Commit baf4e71

Browse files
fix
1 parent c065cab commit baf4e71

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

styles.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ body {
1010
min-height: 100vh;
1111
display: flex;
1212
flex-direction: column;
13+
align-items: center;
1314
}
1415
main.container {
1516
max-width: 480px;
@@ -36,6 +37,7 @@ main.container {
3637
margin-bottom: 16px;
3738
object-fit: cover;
3839
background: #FFFFFF;
40+
}
3941
.avatar:hover{
4042
box-shadow: 0 6px 18px rgba(0,0,0,0.08);
4143
transform: translateY(-2px)
@@ -82,7 +84,6 @@ h1 {
8284
font-weight: 600;
8385
font-size: 1rem;
8486
cursor: pointer;
85-
box-shadow: 0 8px 20px rgba(0,0,0,0.12);
8687
transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
8788
display: inline-flex;
8889
align-items: center;
@@ -117,6 +118,7 @@ h1 {
117118
gap: 18px;
118119
}
119120
footer {
121+
width: 100%;
120122
text-align: center;
121123
margin: 32px 0 18px 0;
122124
color: #7a7a7a;

0 commit comments

Comments
 (0)