Skip to content

Commit ddff5fe

Browse files
committed
a small fix
1 parent dfb6136 commit ddff5fe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,13 @@ a.tweet {
151151
display: flex;
152152
align-items: center;
153153
justify-content: center;
154-
width: 64px; height: 64px;
154+
width: 64px;
155+
height: 64px;
155156
background: rgb(8, 118, 155);
156157
border-radius: 32px;
157158
box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 8px;
158159
}
159-
#bmc-wbt img {
160+
#bmc-wbtn img {
160161
height: 40px;
161162
width: 40px;
162163
}

0 commit comments

Comments
 (0)