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;
}
header #header-face {
header #header-face,
footer #footer-face {
display: flex;
align-items: center;
column-gap: 0.625rem;
}
header #header-face img,
footer #footer-face img {
width: 32px;
height: 32px;
}
header #header-face span,
footer #footer-face span {
font-size: 1.17rem;