-
- {" "}
+
),
},
{
key: "2",
label: "Programa por equipo",
content: (
-
+
),
},
{
@@ -160,7 +73,7 @@ export default function Page() {
label: "Programa por sala",
content: (
+
+
),
},
diff --git a/app/globals.css b/app/globals.css
index 0523725..fefef5a 100644
--- a/app/globals.css
+++ b/app/globals.css
@@ -215,7 +215,7 @@ a {
border-radius: 4px;
background-color: #f3f4f6;
width: 100%;
- max-width: 400px;
+ max-width: 450px;
margin-top: 10px;
}
@@ -267,6 +267,7 @@ form {
gap: 10px;
background-color: #f3f4f6;
border-radius: 6px;
+ flex-wrap: wrap;
}
.toggleButton {
@@ -288,13 +289,6 @@ form {
border-bottom: 1px solid rgb(1, 92, 184);
}
-.center {
- display: grid;
- grid-template-columns: auto 400px;
- justify-content: center;
- align-items: center;
-}
-
@media (max-width: 800px) {
header {
padding: 6px 16px;