We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c065cab commit baf4e71Copy full SHA for baf4e71
1 file changed
styles.css
@@ -10,6 +10,7 @@ body {
10
min-height: 100vh;
11
display: flex;
12
flex-direction: column;
13
+ align-items: center;
14
}
15
main.container {
16
max-width: 480px;
@@ -36,6 +37,7 @@ main.container {
36
37
margin-bottom: 16px;
38
object-fit: cover;
39
background: #FFFFFF;
40
+}
41
.avatar:hover{
42
box-shadow: 0 6px 18px rgba(0,0,0,0.08);
43
transform: translateY(-2px)
@@ -82,7 +84,6 @@ h1 {
82
84
font-weight: 600;
83
85
font-size: 1rem;
86
cursor: pointer;
- box-shadow: 0 8px 20px rgba(0,0,0,0.12);
87
transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
88
display: inline-flex;
89
align-items: center;
@@ -117,6 +118,7 @@ h1 {
117
118
gap: 18px;
119
120
footer {
121
+ width: 100%;
122
text-align: center;
123
margin: 32px 0 18px 0;
124
color: #7a7a7a;
0 commit comments