Skip to content

Commit be66a80

Browse files
committed
Update brands.css
1 parent a075b47 commit be66a80

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

brands.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,16 @@
2020
background-color: var(--button-background-color) !important;
2121
width: var(--image-width);
2222
height: var(--image-height);
23-
left: 50%;
23+
}
24+
25+
26+
#avatar {
2427
transform: translatex(-50%);
2528
position: absolute;
2629
top: -4.5rem;
2730
z-index: 1000;
2831
}
2932

30-
3133
.social-icon {
3234
font-size: 32px;
3335
padding: 10px;

0 commit comments

Comments
 (0)