changed Fedi link and icon, optimized css .link-each-image

This commit is contained in:
Sam Dalfuss 2025-05-16 10:28:45 +02:00
parent c0d6e19bb7
commit b6ae8ee477
3 changed files with 8 additions and 5 deletions

View File

@ -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