clean up the shirt page some more including mobile stuff

This commit is contained in:
2026-06-08 16:02:35 -05:00
parent 2e9dd3f314
commit 331537415f
2 changed files with 13 additions and 4 deletions
+9 -3
View File
@@ -14,6 +14,8 @@
while (Math.abs(random - hue) <= TOLERANCE) { while (Math.abs(random - hue) <= TOLERANCE) {
random = Math.floor(Math.random() * 360); random = Math.floor(Math.random() * 360);
} }
console.log(random);
document.documentElement.style.setProperty( document.documentElement.style.setProperty(
"--primary", "--primary",
String(random + "deg"), String(random + "deg"),
@@ -45,7 +47,7 @@
--br: 0.375rem; --br: 0.375rem;
--bs: 2px 2px 9px var(--primary-8); --bs: 2px 2px 9px var(--primary-8);
--primary: 42deg; --primary: 225deg;
--gradient-degree: var(--primary, 42deg); --gradient-degree: var(--primary, 42deg);
// --gradient-degree: 42deg; // --gradient-degree: 42deg;
--l-base: 0.91; --l-base: 0.91;
@@ -158,6 +160,7 @@
} }
#buddy { #buddy {
min-height: 100vh; min-height: 100vh;
padding: 0 1rem;
// background-color:; // background-color:;
// '3px-tile.png', // '3px-tile.png',
// 'arabesque.png', // 'arabesque.png',
@@ -228,6 +231,7 @@
margin: 0; margin: 0;
padding: 0; padding: 0;
border: 0; border: 0;
box-sizing: border-box;
font-size: 100%; font-size: 100%;
// font: inherit; // font: inherit;
color: var(--primary-1); color: var(--primary-1);
@@ -241,7 +245,9 @@
nav { nav {
display: flex; display: flex;
padding: 1rem; flex-wrap: wrap;
padding: 0.5rem 0;
gap: 1rem; gap: 1rem;
justify-content: flex-end; justify-content: flex-end;
text-shadow: 3px 3px 3px var(--secondary-7); text-shadow: 3px 3px 3px var(--secondary-7);
@@ -281,7 +287,7 @@
main { main {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
padding: 1rem; // padding: 1rem;
justify-content: center; justify-content: center;
} }
+4 -1
View File
@@ -123,12 +123,14 @@
{/each} {/each}
</ul> </ul>
</div> </div>
<h4>I will be in touch if there are issues.</h4>
<button>Submit</button> <button>Submit</button>
</fieldset> </fieldset>
</form> </form>
<style lang="scss"> <style lang="scss">
form { form {
width: 100%;
max-width: 45rem; max-width: 45rem;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@@ -155,6 +157,7 @@
} }
} }
div { div {
width: 100%;
ul { ul {
li { li {
gap: 1rem; gap: 1rem;
@@ -178,7 +181,7 @@
border: none; border: none;
padding: 0.25rem 0.5rem; padding: 0.25rem 0.5rem;
font-size: 1rem; font-size: 1rem;
width: 25rem; width: 100%;
} }
button { button {
font-weight: 700; font-weight: 700;