FEAT: add logos to page

This commit is contained in:
MajorDroolz
2023-01-03 01:02:17 -05:00
parent 6fd537104e
commit 151f01c335
5 changed files with 25 additions and 24 deletions

View File

@@ -1,5 +1,6 @@
* {
overflow: hidden;
text-decoration: none;
}
button {
@@ -20,7 +21,7 @@ html {
scroll-behavior: smooth;
}
pre {
.pre {
all: unset;
white-space: pre;
}