Clean up some styles and fix mobile rendering

This commit is contained in:
Gabe Kangas
2022-09-09 23:23:24 -07:00
parent 02de9cf6df
commit 20ea5d051f
8 changed files with 17 additions and 70 deletions

View File

@@ -4,7 +4,7 @@
}
.innerContainer {
width: clamp(200px, 100%, 300px);
width: clamp(00px, 100%, 600px);
display: flex;
flex-direction: column;
color: var(--theme-color-components-text-on-light);
@@ -12,6 +12,7 @@
margin: 1rem auto;
border-radius: var(--theme-rounded-corners);
padding: 1rem;
font-size: 1.2rem;
}
.header {