temp: debug statements for testing

Co-authored-by: Isaac <contact@eartharoid.me>
Co-authored-by: David Ralph <me@davidcralph.co.uk>
This commit is contained in:
alexsparkes
2024-05-21 23:31:38 +01:00
parent 90aa4f46d8
commit 87f3024442
28 changed files with 419 additions and 189 deletions

View File

@@ -12,7 +12,6 @@
transition: 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
display: flex;
flex-flow: column;
animation: fadeIn 1s;
&:hover {
@@ -152,6 +151,7 @@
.minmax {
max-width: fit-content;
background: transparent !important;
.subtitle {
margin-bottom: 5px;
}