feat: estilo hobekuntzak

This commit is contained in:
2026-08-17 11:30:42 +02:00
parent da4926541d
commit 5fd823d95b
3 changed files with 14 additions and 2 deletions

View File

@@ -10,10 +10,15 @@ Spoiled Rotten (#b3bfe6)
.wrapper { .wrapper {
background-color: #99b7cc; background-color: #99b7cc;
padding: 2em;
border-radius: 1em; border-radius: 1em;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
padding: 1em;
@media (min-width: 1220px) {
padding: 2em;
}
} }
.form { .form {

View File

@@ -40,7 +40,7 @@ export const YT2RSS: React.FC = () => {
return ( return (
<div className={styles.wrapper}> <div className={styles.wrapper}>
<form onSubmit={handleSubmit} className={styles.form}> <form onSubmit={handleSubmit} className={styles.form}>
<label htmlFor="ytUrl">Zure kanalaren helbidea:</label> <label htmlFor="ytUrl">YouTube Kanalaren helbidea:</label>
<input <input
id="ytUrl" id="ytUrl"

View File

@@ -66,6 +66,12 @@ import Layout from "../layouts/Layout.astro";
.erreminta { .erreminta {
margin-bottom: 2em; margin-bottom: 2em;
width: 100%;
@media (min-width: 1220px) {
width: 120ch;
}
} }
.sarrera { .sarrera {
@@ -77,6 +83,7 @@ import Layout from "../layouts/Layout.astro";
main { main {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center;
padding: 1em; padding: 1em;
} }
</style> </style>