Upscale images

This commit is contained in:
Hazem Krimi
2024-01-23 17:22:51 +01:00
parent d957bfd07b
commit c869602115
4 changed files with 8 additions and 1 deletions
+8 -1
View File
@@ -234,12 +234,19 @@ header {
flex-direction: column; flex-direction: column;
} }
header #header-face { header #header-face,
footer #footer-face {
display: flex; display: flex;
align-items: center; align-items: center;
column-gap: 0.625rem; column-gap: 0.625rem;
} }
header #header-face img,
footer #footer-face img {
width: 32px;
height: 32px;
}
header #header-face span, header #header-face span,
footer #footer-face span { footer #footer-face span {
font-size: 1.17rem; font-size: 1.17rem;
Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 614 B

After

Width:  |  Height:  |  Size: 84 KiB