updated the deploy function and some minimal styling stuff

This commit is contained in:
2026-03-11 23:23:04 -05:00
parent 7732196059
commit 41024f1fb6
3 changed files with 25 additions and 15 deletions
+1 -1
View File
@@ -151,7 +151,7 @@
margin-right: auto;
}
&:hover {
color: var(--primary-8);
color: var(--primary-3);
}
}
button {
+10 -3
View File
@@ -56,12 +56,12 @@
<style lang="scss">
button {
background: var(--primary-5);
border-radius: 0.25rem;
font-size: 2rem;
border-radius: var(--br);
font-size: 1.5rem;
border: none;
box-shadow: var(--bs);
&:hover {
background: var(--primary-7);
background: var(--primary-4);
}
}
section {
@@ -86,12 +86,19 @@
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
h3 {
font-size: 1.75rem;
width: fit-content;
}
button {
// margin: auto 0;
flex-basis: 4rem;
height: 4rem;
font-size: 4rem;
line-height: 1rem;
border-radius: 5rem;
font-family: monospace;
}
}
}