reset for v2

This commit is contained in:
2026-05-25 22:22:07 -05:00
parent e292a0352d
commit 878722ddd1
34 changed files with 0 additions and 332 deletions

View File

@@ -1,43 +0,0 @@
#bottomnav {
display: flex;
justify-content: space-between;
padding: 32px;
margin: 0;
outline: 1px solid black;
}
#bottomnav span {
align-self: center;
}
#bottomnav ul {
display: flex;
flex-direction: row;
list-style: none;
padding: 0;
gap: 16px;
}
#bottomnav li {
padding: 0px;
}
#bottomnav a {
color: black;
background: white;
text-decoration: none;
padding: 4px;
outline: 1px black solid;
}
#bottomnav a:hover {
text-decoration: underline;
background: black;
color: white;
}

View File

@@ -1,25 +0,0 @@
@font-face {
font-family: 'JetBrains-Mono';
src: url('/assets/jetbrains-mono-font/fonts/webfonts/JetBrainsMono-Regular.woff2') format('woff2');
}
:root {
font-family: 'JetBrains-Mono', sans-serif;
}
body {
display: flex;
flex-direction: column;
gap: 0;
height: 100dvh;
width: 100dvw;
padding: 0;
margin: 0;
}
main {
flex: 1;
padding: 32px;
}

View File

@@ -1,32 +0,0 @@
main {
display: grid;
grid-template-columns: repeat( auto-fit, minmax(256px, 1fr) );
overflow-x: hidden;
gap: 32px;
}
/* @media screen and (min-width: ){
} */
Icon {
display: flex;
padding: 32px;
text-align: end;
justify-content: space-between;
align-items: center;
outline: 1px solid black;
}
Icon:hover {
cursor: pointer;
}
Icon img {
width: 8rem;
height: 8rem;
}

View File

@@ -1,7 +0,0 @@
main div {
font-size: 28px;
}
main img {
box-shadow: 0px 0px 8px 4px black;
}