rebrand initial

Signed-off-by: Alexander J <odyssey346@disroot.org>
This commit is contained in:
Alexander J
2022-04-09 21:38:17 +02:00
parent ce2701bec5
commit 32ca8562be
14 changed files with 56 additions and 48 deletions

View File

@@ -50,6 +50,16 @@ a.visited {
border: #3db686;
}
.ResponsiveImage {
max-inline-size: 50%;
block-size: auto;
aspect-ratio: 2/1;
object-fit: contain;
}
.pointyfinger {
cursor: pointer;
}
.gameserversCardTitle, .centreofattention {
text-align: center;
@@ -63,4 +73,7 @@ a.visited {
.card {
flex-direction: column;
}
}
.ResponsiveImage {
max-inline-size: 100%;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB