Add twitter social button for some developers in about page (#1232)
This commit is contained in:
parent
a8b2c2144c
commit
962b7094c2
4 changed files with 69 additions and 8 deletions
|
@ -1113,6 +1113,19 @@
|
|||
right: 28px;
|
||||
}
|
||||
|
||||
.social-btn {
|
||||
border-radius: 100%;
|
||||
background: transparent;
|
||||
height: 17px;
|
||||
border: 0px;
|
||||
cursor: pointer;
|
||||
z-index: 69;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding-left: 100px;
|
||||
}
|
||||
|
||||
.animated {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue