Better formatting
This commit is contained in:
parent
c234fc3919
commit
2ac05814cb
1 changed files with 10 additions and 3 deletions
|
@ -112,9 +112,16 @@ a {
|
|||
height: 64px;
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
border-top-right-radius: 15px;
|
||||
/* border-right: 2px gray solid;
|
||||
border-top: 2px gray solid; */
|
||||
left: 74px;
|
||||
border-radius: 50px;
|
||||
border: 2px gray solid;
|
||||
transform: scale(0.8);
|
||||
}
|
||||
|
||||
.activity > .smallimg:hover {
|
||||
border: 2px white solid;
|
||||
transform: scale(1);
|
||||
|
||||
}
|
||||
|
||||
a:hover {
|
||||
|
|
Loading…
Reference in a new issue