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;
|
height: 64px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
border-top-right-radius: 15px;
|
left: 74px;
|
||||||
/* border-right: 2px gray solid;
|
border-radius: 50px;
|
||||||
border-top: 2px gray solid; */
|
border: 2px gray solid;
|
||||||
|
transform: scale(0.8);
|
||||||
|
}
|
||||||
|
|
||||||
|
.activity > .smallimg:hover {
|
||||||
|
border: 2px white solid;
|
||||||
|
transform: scale(1);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
|
|
Loading…
Reference in a new issue