Massively improved styling of product pages

This commit is contained in:
2024-02-08 20:38:35 +00:00
parent b1ee09e35a
commit c55fdde3fc
3 changed files with 30 additions and 30 deletions

View File

@ -20,24 +20,24 @@ html {
background-color: var(--bg);
color: var(--fg);
font-size: 160%;
font-family: 'Courier New', Courier, 'Inter';
font-weight: lighter;
font-family: 'InterVariable', 'Courier New', Courier, 'Inter';
height: 100%;
}
body {
display: flex;
flex-direction: column;
gap: 1rem;
margin: 0;
height: 100%;
}
.navbar {
flex: 0 1 auto;
padding: 30px;
padding: 5px 30px;
display: flex;
flex-direction: column;
gap: 1rem;
gap: .3rem;
}
/* Navbar styling*/
@ -163,7 +163,7 @@ a:active {
}
.category {
margin: .5rem 0rem;
margin: 0;
padding: 0rem 1rem;
border-left: .125rem solid var(--fg);
}
@ -178,7 +178,6 @@ a:active {
justify-content: flex-start;
align-items: center;
width: 100%;
gap: 1rem;
flex-direction: column;
flex-grow: 1;
height: 1%;