]> littlesong.place Git - littlesongplace.git/commitdiff
Style updates bigmess
authorChris Fulljames <christianfulljames@gmail.com>
Wed, 25 Jun 2025 11:24:09 +0000 (07:24 -0400)
committerChris Fulljames <christianfulljames@gmail.com>
Wed, 25 Jun 2025 11:24:09 +0000 (07:24 -0400)
src/littlesongplace/static/styles.css

index c690c46bedec297cdad0e0459e77b33a4a5c9980..4907e64fb47d5cc37e79cec75a998ba5b9500771 100644 (file)
@@ -43,6 +43,7 @@ body {
     font-family: "Unageo", sans-serif;
     border-color: var(--purple);
     max-width: 1200px;
+    width: calc(100% - 40px);
     margin: auto;
 }
 
@@ -156,7 +157,8 @@ select {
 }
 
 #left {
-    flex-grow: 1;
+    /* flex-grow: 1; */
+    width: 25%;
     display: flex;
     flex-direction: column;
     gap: 20px;
@@ -167,10 +169,12 @@ select {
     display: flex;
     flex-direction: column;
     gap: 20px;
+    max-width: calc(50% - 40px);
 }
 
 #right {
-    flex-grow: 1;
+    width: 25%;
+    /* flex-grow: 1; */
     display: flex;
     flex-direction: column;
     gap: 20px;
@@ -189,11 +193,12 @@ select {
     /*border: 2px solid var(--purple);*/
     background: var(--purple);
     color: var(--yellow);
+    border: 1px solid var(--black);
     border-radius: var(--radius) var(--radius) 0px 0px;
     text-align: center;
     position: relative;
-    left: -10px;
-    top: -10px;
+    left: -11px;
+    top: -11px;
     padding: 5px 0px;
     width: calc(100% + 20px);
 }