changed Fedi link and icon, optimized css .link-each-image
This commit is contained in:
parent
c0d6e19bb7
commit
b6ae8ee477
|
@ -376,13 +376,15 @@ display-imagebody,html{
|
|||
}
|
||||
|
||||
.link-each-image{
|
||||
width:3em;
|
||||
height:43px;
|
||||
width: auto;
|
||||
max-width: 3em;
|
||||
height: auto;
|
||||
max-height: 3em;
|
||||
position:absolute;
|
||||
left:9px;
|
||||
-o-object-fit: cover;
|
||||
object-fit: cover;
|
||||
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.page-logo{
|
||||
|
|
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 15 KiB |
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue